From: eap Date: Tue, 15 Sep 2009 13:24:04 +0000 (+0000) Subject: 0020431: EDF 1020 SMESH : Radial Mesh of a cylinder X-Git-Tag: V5_1_3rc1~51 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=a269dcbbdfa2b052e6f330c7cf51f2b0580e316f;hp=a269dcbbdfa2b052e6f330c7cf51f2b0580e316f 0020431: EDF 1020 SMESH : Radial Mesh of a cylinder pb: only the 1st algo is applied // apply the algos that do not require descretized boundaries // ---------------------------------------------------------- for ( subIt = smWithAlgoSupportingSubmeshes.rbegin(); subIt != subEnd; ++subIt ) + { + sm = *subIt; if ( sm->GetComputeState() == SMESH_subMesh::READY_TO_COMPUTE) { ---