mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
OCC - HasErrors() available from v7.2
This commit is contained in:
parent
1d97367e30
commit
9b28a2df02
@ -236,7 +236,7 @@ namespace netgen
|
|||||||
// Perform the operation
|
// Perform the operation
|
||||||
aBuilder.Perform();
|
aBuilder.Perform();
|
||||||
// Check for the errors
|
// Check for the errors
|
||||||
#if OCC_VERSION_HEX >= 0x070000
|
#if OCC_VERSION_HEX >= 0x070200
|
||||||
if (aBuilder.HasErrors())
|
if (aBuilder.HasErrors())
|
||||||
{
|
{
|
||||||
cout << "builder has errors" << endl;
|
cout << "builder has errors" << endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user