Salome HOME
fix #7051 libmesh5.c/h DriverGMF_Read.cxx/hxx
[modules/smesh.git] / src / DriverGMF / DriverGMF_Read.hxx
index 866f06fb4b0a37cd3fce59a1a23c5594496271f7..7e7b64e96ae1c061f7bc6600f6183279c09da13f 100644 (file)
@@ -50,6 +50,11 @@ public:
     _makeRequiredGroups = theMakeRequiredGroups;
   }
 
+  void SetMakeFaultGroups( bool theMakeFaultGroups )
+  {
+    _makeFaultGroups = theMakeFaultGroups;
+  }
+
   virtual Status Perform();
 
  private:
@@ -57,6 +62,7 @@ public:
   Status storeBadNodeIds(const char* gmfKwd, int elemNb, int nb, ...);
 
   bool _makeRequiredGroups;
+  bool _makeFaultGroups;
 
 };