mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 02:00:34 +05:00
typo
This commit is contained in:
parent
1ffd1c1245
commit
86b5d4b79b
@ -52,7 +52,7 @@ std::string GetMGLicenseKeyImpl(const char* gmfFile)
|
|||||||
errorTxt );
|
errorTxt );
|
||||||
if ( !errorTxt.empty() )
|
if ( !errorTxt.empty() )
|
||||||
{
|
{
|
||||||
std::cerr << "Error: Pb with MeshGens license: " << errorTxt << std::endl;
|
std::cerr << "Error: Pb with MeshGems license: " << errorTxt << std::endl;
|
||||||
key = "<" + errorTxt + ">";
|
key = "<" + errorTxt + ">";
|
||||||
}
|
}
|
||||||
return key;
|
return key;
|
||||||
|
Loading…
Reference in New Issue
Block a user