Salome HOME
Merge branch 'V9_11_BR'
[modules/smesh.git] / src / SMESH_SWIG / SMeshHelper.i
index b73a87db93d123246656a1709710d10c44bd6299..f59805c0b16b9cb2aaeacfc293be61c20093ec5f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2021-2023  CEA, EDF, 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 );
   }
 }