]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/HOMARD/HOMARD_Boundary.cxx
Salome HOME
interpolation des champs
[modules/homard.git] / src / HOMARD / HOMARD_Boundary.cxx
index 464d24b8d673607747d978c69af6dd87740de519..24db564af733db58add2db43e9f7ce4b509013cf 100644 (file)
@@ -32,6 +32,7 @@
 // Quand les 2 fonctions Setxxx et Getxxx sont presentes, Setxxx est decrit en premier
 
 #include "HOMARD_Boundary.hxx"
+#include "HOMARD.hxx"
 #include "utilities.h"
 
 //=============================================================================
@@ -234,7 +235,7 @@ std::vector<double> HOMARD_Boundary::GetCoords() const
       mesCoor.push_back( _Rayon2 );
       break ;
     }
-    ASSERT ( _Type == -1 ) ;
+    VERIFICATION( (_Type>=1) and (_Type<=4) ) ;
   }
   return mesCoor;
 }