Salome HOME
Fix group of faces identification from dual mesh skin
[modules/smesh.git] / src / SMESH_SWIG / SMeshHelper.i
index d1220cb9021e06fbafbae93c6cd32ba575468d60..a24255c6b524c94284b71d0d4b4defbad347f8b4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2021-2022  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 
 %inline
 {
-  std::string BuildSMESHInstance()
-  {
-    return BuildSMESHInstanceInternal();
-  }
-
   std::string GetMGLicenseKey(const char* gmfFile)
   {
     return GetMGLicenseKeyImpl( gmfFile );