Salome HOME
Merge branch 'yan/parallel_mesh2'
[modules/smesh.git] / src / SMESH_SWIG / SMeshHelper.i
index b73a87db93d123246656a1709710d10c44bd6299..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
@@ -27,8 +27,8 @@
 
 %inline
 {
-  std::string BuildSMESHInstance()
+  std::string GetMGLicenseKey(const char* gmfFile)
   {
-    return BuildSMESHInstanceInternal();
+    return GetMGLicenseKeyImpl( gmfFile );
   }
 }