]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
- C++/Python API modif MEDLoader::setEpsilonForNodeComp -> MEDLoader::SetEpsilonForNo...
authorageay <ageay>
Tue, 25 Jun 2013 07:30:32 +0000 (07:30 +0000)
committerageay <ageay>
Tue, 25 Jun 2013 07:30:32 +0000 (07:30 +0000)
- C++/Python API modif MEDLoader::setCompPolicyForCell -> MEDLoader::SetCompPolicyForCell
- C++/Python API modif MEDLoader::setTooLongStrPolicy -> MEDLoader::SetTooLongStrPolicy

src/MEDLoader/Swig/MEDLoaderCommon.i

index b127e4c4bb7f095493f3328fa84e0a44a65db182..6c813fc0f67767adc3451296759eb5f1cd734f2c 100644 (file)
@@ -194,9 +194,9 @@ using namespace ParaMEDMEM;
 class MEDLoader
 {
 public:
-  static void setEpsilonForNodeComp(double val) throw(INTERP_KERNEL::Exception);
-  static void setCompPolicyForCell(int val) throw(INTERP_KERNEL::Exception);
-  static void setTooLongStrPolicy(int val) throw(INTERP_KERNEL::Exception);
+  static void SetEpsilonForNodeComp(double val) throw(INTERP_KERNEL::Exception);
+  static void SetCompPolicyForCell(int val) throw(INTERP_KERNEL::Exception);
+  static void SetTooLongStrPolicy(int val) throw(INTERP_KERNEL::Exception);
   static void CheckFileForRead(const char *fileName) throw(INTERP_KERNEL::Exception);
   static std::vector<std::string> GetMeshNames(const char *fileName) throw(INTERP_KERNEL::Exception);
   static std::vector<std::string> GetMeshNamesOnField(const char *fileName, const char *fieldName) throw(INTERP_KERNEL::Exception);