From 00b00a4f7880c98d246d2fe4bfd317a400767d48 Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 26 Aug 2005 05:55:34 +0000 Subject: [PATCH] To introduce persistent for Gauss Points presentation --- src/VISU_I/VISU_Gen_i.cc | 1 + 1 file changed, 1 insertion(+) 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)); -- 2.39.2