Salome HOME
[EDF26238] : fix performance on MEDFileMesh::getGroupsOnSpecifiedLev method
[tools/medcoupling.git] / src / MEDLoader / MEDMESHConverterUtilities.hxx
index f0a2fd4f2bf58812c628e15235e9bfdd900a74a0..441562f80d04391a09ba5a785e0db15a32f67ce4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021  CEA/DEN, EDF R&D
+// Copyright (C) 2021-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 # include <vector>
 #include <cstring>
 
-
-
-#define THROW_IK_EXCEPTION(text)                        \
-{                                                     \
-    std::ostringstream oss; oss << text;                \
-    throw INTERP_KERNEL::Exception(oss.str().c_str());  \
-}
-
 namespace MeshFormat
 {
 bool isMeshExtensionCorrect( const std::string& fileName );
@@ -114,8 +106,8 @@ class Localizer
 {
     std::string _locale;
 public:
-       MEDLOADER_EXPORT Localizer();
-       MEDLOADER_EXPORT ~Localizer();
+  MEDLOADER_EXPORT Localizer();
+  MEDLOADER_EXPORT ~Localizer();
 };
 }