X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH%2FSMESH_Gen.cxx;fp=src%2FSMESH%2FSMESH_Gen.cxx;h=61d4fc010092a442bad28ac641216f65df412ddd;hb=aed4aa79d00d59e1710a10011632f0a1a5c72d8d;hp=4297420f8e9951218c4d3d665aa70497e9459f2a;hpb=185dd64d978733a85a75fa05fe10344ea55815c6;p=modules%2Fsmesh.git diff --git a/src/SMESH/SMESH_Gen.cxx b/src/SMESH/SMESH_Gen.cxx index 4297420f8..61d4fc010 100644 --- a/src/SMESH/SMESH_Gen.cxx +++ b/src/SMESH/SMESH_Gen.cxx @@ -28,7 +28,7 @@ //#define CHRONODEF // -#ifndef DISABLE_PARAMESH +#ifndef WIN32 #include #endif #include "SMESH_Gen.hxx" @@ -350,7 +350,7 @@ bool SMESH_Gen::parallelComputeSubMeshes( smToCompute->ComputeStateEngine( SMESH_subMesh::CHECK_COMPUTE_STATE ); continue; } -#ifdef DISABLE_PARASMESH +#ifdef WIN32 compute_function(smToCompute, computeEvent, shapeSM, aShapeOnly, allowedSubShapes, aShapesId);