mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
SMESH_Hypothesis::Hypothesis_Status aStatus;
if ( aPrism3D->CheckHypothesis( aMesh, aShape, aStatus ) ) { + aPrism3D->InitComputeError(); bOK = aPrism3D->Compute( aMesh, aShape );
This commit is contained in:
parent
6d0508c77b
commit
0f98258c46
@ -1047,6 +1047,7 @@ SMESH_ComputeErrorPtr ComputePentahedralMesh(SMESH_Mesh & aMesh,
|
|||||||
}
|
}
|
||||||
SMESH_Hypothesis::Hypothesis_Status aStatus;
|
SMESH_Hypothesis::Hypothesis_Status aStatus;
|
||||||
if ( aPrism3D->CheckHypothesis( aMesh, aShape, aStatus ) ) {
|
if ( aPrism3D->CheckHypothesis( aMesh, aShape, aStatus ) ) {
|
||||||
|
aPrism3D->InitComputeError();
|
||||||
bOK = aPrism3D->Compute( aMesh, aShape );
|
bOK = aPrism3D->Compute( aMesh, aShape );
|
||||||
err = aPrism3D->GetComputeError();
|
err = aPrism3D->GetComputeError();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user