From: apo Date: Mon, 19 Dec 2005 07:20:08 +0000 (+0000) Subject: Minor changes (improve a message) X-Git-Tag: TG-D5-38-2003_D2005-20-12~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d8353534e48f4d3f79ce0dbd8687c65ef7114fd4;p=modules%2Fvisu.git Minor changes (improve a message) --- diff --git a/src/CONVERTOR/VISU_MedConvertor.cxx b/src/CONVERTOR/VISU_MedConvertor.cxx index cc379d7d..cf80627d 100644 --- a/src/CONVERTOR/VISU_MedConvertor.cxx +++ b/src/CONVERTOR/VISU_MedConvertor.cxx @@ -1474,7 +1474,7 @@ VISU_MedConvertor ::LoadPoints(const MED::PWrapper& theMed, VISU::PMEDMesh theMesh) { - TTimerLog aTimerLog(MYDEBUG,"LoadValForTimeOnGaussPts"); + TTimerLog aTimerLog(MYDEBUG,"LoadPoints"); try{ //Check on existing family PMEDMeshOnEntity aMeshOnEntity = theMesh->myMeshOnEntityMap[VISU::NODE_ENTITY];