From: eap Date: Thu, 8 Sep 2011 06:31:45 +0000 (+0000) Subject: fix comment X-Git-Tag: V6_main_FINAL~959 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7a12e4df02975c93aee4d879390364ffdd7ea97c;p=tools%2Fmedcoupling.git fix comment --- diff --git a/src/MEDLoader/SauvWriter.cxx b/src/MEDLoader/SauvWriter.cxx index c842270cb..d02ac05fa 100644 --- a/src/MEDLoader/SauvWriter.cxx +++ b/src/MEDLoader/SauvWriter.cxx @@ -543,12 +543,12 @@ void SauvWriter::makeProfileIDs( SubMesh* sm, // profile on cells vector code(3); code[0] = type; - if ( profile ) // on all cells + if ( profile ) // on profile { code[1] = profile->getNumberOfTuples(); code[2] = 0; } - else + else // on all cells { code[1] = mesh->getNumberOfCellsWithType( type ); code[2] = -1;