mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-24 00:52:03 +05:00
PAL13473 (Build repetitive mesh):
1) show the reason why a mesher lib is not loaded in DEBUG mode 2) treat a new algo error
This commit is contained in:
parent
8860097b4b
commit
3324206404
@ -324,7 +324,7 @@ namespace SMESH{
|
|||||||
if (!libHandle) {
|
if (!libHandle) {
|
||||||
// report any error, if occured
|
// report any error, if occured
|
||||||
const char* anError = dlerror();
|
const char* anError = dlerror();
|
||||||
if(MYDEBUG) MESSAGE(anError);
|
MESSAGE(anError);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// get method, returning hypothesis creator
|
// get method, returning hypothesis creator
|
||||||
@ -594,6 +594,7 @@ namespace SMESH{
|
|||||||
CASE2MESSAGE( MISSING_ALGO );
|
CASE2MESSAGE( MISSING_ALGO );
|
||||||
CASE2MESSAGE( MISSING_HYPO );
|
CASE2MESSAGE( MISSING_HYPO );
|
||||||
CASE2MESSAGE( NOT_CONFORM_MESH );
|
CASE2MESSAGE( NOT_CONFORM_MESH );
|
||||||
|
CASE2MESSAGE( BAD_PARAM_VALUE );
|
||||||
default: continue;
|
default: continue;
|
||||||
}
|
}
|
||||||
// apply args to message:
|
// apply args to message:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user