* ./kite:

- New: In KiteEngine, export GWL, Area & Sat measurements.
This commit is contained in:
Jean-Paul Chaput 2010-05-13 09:46:32 +00:00
parent 660c4fde49
commit ac40b49d13
2 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// -*- C++ -*- // -*- C++ -*-
// //
// This file is part of the Coriolis Software. // 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
// //
// =================================================================== // ===================================================================
// //

View File

@ -494,6 +494,9 @@ namespace Kite {
measuresLabels.push_back ( "GCells" ); measuresLabels.push_back ( "GCells" );
measuresLabels.push_back ( "knikT" ); measuresLabels.push_back ( "knikT" );
measuresLabels.push_back ( "knikS" ); 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 ( "loadT" );
measuresLabels.push_back ( "loadS" ); measuresLabels.push_back ( "loadS" );
measuresLabels.push_back ( "Globals" ); measuresLabels.push_back ( "Globals" );