Salome HOME
contrĂ´les
[modules/smesh.git] / src / SMESH / MG_ADAPT.hxx
index 9364add2937ca6367e97773bd0526d46bd0a392e..68f699baf7c008dbb42d104904e1aa307e012ae2 100644 (file)
@@ -329,8 +329,9 @@ private :
   void cleanUp();
   void appendMsgToLogFile(std::string& msg);
   std::vector<std::string> getListFieldsNames(std::string fileIn) ;
-  bool checkFieldName(std::string fileIn) ;
-  bool checkTimeStepRank(std::string fileIn) ;
+  void checkDimensionOption(std::string adpOpVal) ;
+  void checkFieldName(std::string fileIn) ;
+  void checkTimeStepRank(std::string fileIn) ;
 
 };