* ./kite:
- New: In KiteEngine, export GWL, Area & Sat measurements.
This commit is contained in:
parent
660c4fde49
commit
ac40b49d13
|
@ -2,7 +2,7 @@
|
|||
// -*- C++ -*-
|
||||
//
|
||||
// This file is part of the Coriolis Software.
|
||||
// Copyright (c) UPMC/LIP6 2008-2009, All Rights Reserved
|
||||
// Copyright (c) UPMC/LIP6 2008-2010, All Rights Reserved
|
||||
//
|
||||
// ===================================================================
|
||||
//
|
||||
|
|
|
@ -494,6 +494,9 @@ namespace Kite {
|
|||
measuresLabels.push_back ( "GCells" );
|
||||
measuresLabels.push_back ( "knikT" );
|
||||
measuresLabels.push_back ( "knikS" );
|
||||
measuresLabels.push_back ( "GWL(l)" );
|
||||
measuresLabels.push_back ( "Area(l2)");
|
||||
measuresLabels.push_back ( "Sat." );
|
||||
measuresLabels.push_back ( "loadT" );
|
||||
measuresLabels.push_back ( "loadS" );
|
||||
measuresLabels.push_back ( "Globals" );
|
||||
|
|
Loading…
Reference in New Issue