Salome HOME
22222: [CEA 820] GHS3D in salome 7.2.0 ten times slower than in salome 6.6.0
authoreap <eap@opencascade.com>
Wed, 29 May 2013 15:32:30 +0000 (15:32 +0000)
committereap <eap@opencascade.com>
Wed, 29 May 2013 15:32:30 +0000 (15:32 +0000)
commitabdbef3f20bedc056ea929d966c683c201928736
treee767bbdffb09b06b32dda5d17eb63b22524d10b5
parent557a9b549cab6acceef76ef846b27505e05406c4
22222: [CEA 820] GHS3D in salome 7.2.0 ten times slower than in salome 6.6.0

In MakeComputed(), call SMESH_Gen::Compute() with aShapeOnly = true

-    return gen->Compute( *mesh, shape );
+    return gen->Compute( *mesh, shape, /*shapeOnly=*/true );
src/StdMeshers/StdMeshers_ProjectionUtils.cxx