]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Minor changes
authorapo <apo@opencascade.com>
Wed, 30 Nov 2005 07:45:38 +0000 (07:45 +0000)
committerapo <apo@opencascade.com>
Wed, 30 Nov 2005 07:45:38 +0000 (07:45 +0000)
src/VISU_I/VISU_GaussPoints_i.cc

index f255cd5de4429e7d150daf38888f10a249ece03e..efa772ca6d4f98f7b57b63ed42d5405dc47e7928 100644 (file)
@@ -496,7 +496,7 @@ VISU::GaussPoints_i
     throw std::runtime_error("There is no TimeStamp with the parameters !!!");
 
   myGaussPointsPL->SetGaussPtsIDMapper(aGaussPtsIDMapper);
-  myScalarMapPL->Init();
+  myGaussPointsPL->Init();
   myGaussPointsPL->Build();
 }