mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-11 02:24:33 +05:00
add copy code. Build completed
This commit is contained in:
parent
b78dbc1817
commit
5179ca5621
@ -2229,7 +2229,9 @@ void SMESHGUI_BaseComputeOp::evaluateMesh()
|
||||
SUIT_OverrideCursor aWaitCursor;
|
||||
try {
|
||||
OCC_CATCH_SIGNALS;
|
||||
aRes = gen->Evaluate(myMesh, myMainShape);
|
||||
SMESH::long_array_var tmp = gen->Evaluate(myMesh, myMainShape);
|
||||
for ( int i = 0; i < tmp->length(); ++i)
|
||||
aRes[ i ] = tmp [ i ];
|
||||
}
|
||||
catch(const SALOME::SALOME_Exception & S_ex){
|
||||
memoryLack = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user