From: eap Date: Fri, 1 Mar 2013 11:11:43 +0000 (+0000) Subject: fix failure of non-regression test SMESH_TEST/Grids/smesh/mesh_Projection_2D/A0 X-Git-Tag: pluginMGCleaner~92 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6444728ac0e3ddcdd1ddc3a1d43cafebb2b9ab40;hp=6444728ac0e3ddcdd1ddc3a1d43cafebb2b9ab40;p=modules%2Fsmesh.git fix failure of non-regression test SMESH_TEST/Grids/smesh/mesh_Projection_2D/A0 Allow assigning "3D Extrusion" algo to a computed 2D mesh w/o clearing existing 2D elements - void cleanDependsOn( bool keepSupportedsubMeshes = false ); + void cleanDependsOn( SMESH_Algo* algoRequiringCleaning=0 ); ---