mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-06 00:04:18 +05:00
remove blank space
This commit is contained in:
parent
08f1a99b8b
commit
8458334bcd
@ -707,7 +707,7 @@ namespace SMESHUtils_MGLicenseKeyGen // API implementation
|
|||||||
MESSAGE("MeshGems major version = " << v_maj);
|
MESSAGE("MeshGems major version = " << v_maj);
|
||||||
|
|
||||||
// get patch version
|
// get patch version
|
||||||
int v_patch = GetMGVersionFromFct("meshgems_core_get_version_patch ");
|
int v_patch = GetMGVersionFromFct("meshgems_core_get_version_patch");
|
||||||
if (v_patch == -1) v_patch = GetMGVersionFromFct("GetVersionPatch");
|
if (v_patch == -1) v_patch = GetMGVersionFromFct("GetVersionPatch");
|
||||||
if (v_patch == -1) v_patch = GetMGVersionFromEnv("MESHGEMS_VERSION_PATCH");
|
if (v_patch == -1) v_patch = GetMGVersionFromEnv("MESHGEMS_VERSION_PATCH");
|
||||||
if (v_patch == -1)
|
if (v_patch == -1)
|
||||||
|
Loading…
Reference in New Issue
Block a user