]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To introduce persistent for Gauss Points presentation
authorapo <apo@opencascade.com>
Fri, 26 Aug 2005 05:55:34 +0000 (05:55 +0000)
committerapo <apo@opencascade.com>
Fri, 26 Aug 2005 05:55:34 +0000 (05:55 +0000)
src/VISU_I/VISU_Gen_i.cc

index 1c005cad69fdc2efb29838bb639e7160e9bed445..a6f437c157e8d9560dd246253df3415d02561d17 100644 (file)
@@ -187,6 +187,7 @@ namespace VISU{
     Storable::Registry(Result_i::myComment.c_str(),&(Result_i::Restore));
     Storable::Registry(Mesh_i::myComment.c_str(),&(Restore<Mesh_i>));
     Storable::Registry(ScalarMap_i::myComment.c_str(),&(Restore<ScalarMap_i>));
+    Storable::Registry(GaussPoints_i::myComment.c_str(),&(Restore<GaussPoints_i>));
     Storable::Registry(DeformedShape_i::myComment.c_str(),&(Restore<DeformedShape_i>));
     Storable::Registry(CutPlanes_i::myComment.c_str(),&(Restore<CutPlanes_i>));
     Storable::Registry(CutLines_i::myComment.c_str(),&(Restore<CutLines_i>));