From: jfa Date: Fri, 21 Oct 2005 09:21:16 +0000 (+0000) Subject: Fix for bug 10378: Regression: application hangs up after trying to import MED file... X-Git-Tag: V2_2_6~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=02175e2b01e3d1e255964d93230ed4e1d7fec394;p=modules%2Fsmesh.git Fix for bug 10378: Regression: application hangs up after trying to import MED file, containing no families --- diff --git a/src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx b/src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx index 4bf953aef..296378cb7 100644 --- a/src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx +++ b/src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx @@ -232,7 +232,7 @@ Driver_Mesh::Status DriverMED_R_SMESHDS_Mesh::Perform() EBooleen anIsNodeNum = aNodeInfo->IsElemNum(); TInt aNbElems = aNodeInfo->GetNbElem(); if(MYDEBUG) MESSAGE("Perform - aNodeInfo->GetNbElem() = "<