Salome HOME
contrĂ´le du nom du champ de la carte de taille
[modules/smesh.git] / src / SMESH / MG_ADAPT.hxx
index 887d6dc25fd16274e039a5bf1b584cb6b07f8f46..be289729a6b5acb8f08ea7eed48ecb1b4427fde1 100644 (file)
@@ -272,7 +272,6 @@ public:
 
 private :
   bool fromMedFile;
-
   std::string medFileIn;
   std::string medFileOut;
   std::string meshName;
@@ -329,6 +328,9 @@ private :
   void execCmd( const char* cmd, int& err);
   void cleanUp();
   void appendMsgToLogFile(std::string& msg);
+  bool checkFieldName(std::string fileIn) ;
+  bool checkTimeStepRank(std::string fileIn) ;
+
 };
 
 }