From: apo Date: Fri, 26 Aug 2005 05:55:34 +0000 (+0000) Subject: To introduce persistent for Gauss Points presentation X-Git-Tag: BR-D5-38-2003_D2005-12-09~100 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=00b00a4f7880c98d246d2fe4bfd317a400767d48;p=modules%2Fvisu.git To introduce persistent for Gauss Points presentation --- diff --git a/src/VISU_I/VISU_Gen_i.cc b/src/VISU_I/VISU_Gen_i.cc index 1c005cad..a6f437c1 100644 --- a/src/VISU_I/VISU_Gen_i.cc +++ b/src/VISU_I/VISU_Gen_i.cc @@ -187,6 +187,7 @@ namespace VISU{ Storable::Registry(Result_i::myComment.c_str(),&(Result_i::Restore)); Storable::Registry(Mesh_i::myComment.c_str(),&(Restore)); Storable::Registry(ScalarMap_i::myComment.c_str(),&(Restore)); + Storable::Registry(GaussPoints_i::myComment.c_str(),&(Restore)); Storable::Registry(DeformedShape_i::myComment.c_str(),&(Restore)); Storable::Registry(CutPlanes_i::myComment.c_str(),&(Restore)); Storable::Registry(CutLines_i::myComment.c_str(),&(Restore));