]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Minor changes (improve a message)
authorapo <apo@opencascade.com>
Mon, 19 Dec 2005 07:20:08 +0000 (07:20 +0000)
committerapo <apo@opencascade.com>
Mon, 19 Dec 2005 07:20:08 +0000 (07:20 +0000)
src/CONVERTOR/VISU_MedConvertor.cxx

index cc379d7d8da6ec233270280644552baf3202508d..cf80627d7f69ab795b6f6666c6dc4b83cfdba7c9 100644 (file)
@@ -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];