From f1274b3d852edccf761604019ece6ac48fd12be5 Mon Sep 17 00:00:00 2001 From: ageay Date: Tue, 25 Jun 2013 07:30:32 +0000 Subject: [PATCH] - C++/Python API modif MEDLoader::setEpsilonForNodeComp -> MEDLoader::SetEpsilonForNodeComp - C++/Python API modif MEDLoader::setCompPolicyForCell -> MEDLoader::SetCompPolicyForCell - C++/Python API modif MEDLoader::setTooLongStrPolicy -> MEDLoader::SetTooLongStrPolicy --- src/MEDLoader/Swig/MEDLoaderCommon.i | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/MEDLoader/Swig/MEDLoaderCommon.i b/src/MEDLoader/Swig/MEDLoaderCommon.i index b127e4c4b..6c813fc0f 100644 --- a/src/MEDLoader/Swig/MEDLoaderCommon.i +++ b/src/MEDLoader/Swig/MEDLoaderCommon.i @@ -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 GetMeshNames(const char *fileName) throw(INTERP_KERNEL::Exception); static std::vector GetMeshNamesOnField(const char *fileName, const char *fieldName) throw(INTERP_KERNEL::Exception); -- 2.39.2