diff --git a/kite/src/GCell.cpp b/kite/src/GCell.cpp index 6f74b413..aaa572e7 100644 --- a/kite/src/GCell.cpp +++ b/kite/src/GCell.cpp @@ -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 // // =================================================================== // diff --git a/kite/src/KiteEngine.cpp b/kite/src/KiteEngine.cpp index 875013c9..984943f2 100644 --- a/kite/src/KiteEngine.cpp +++ b/kite/src/KiteEngine.cpp @@ -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" );