From: eap Date: Wed, 4 May 2011 06:49:05 +0000 (+0000) Subject: untabify X-Git-Tag: V6_3_0b1~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=368440ebe30fc73d8420d08f3356170f50b1319c;p=modules%2Fsmesh.git untabify --- diff --git a/src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx b/src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx index b37836c72..edb9328e3 100644 --- a/src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx +++ b/src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx @@ -145,7 +145,7 @@ DriverMED_R_SMESHDS_Mesh aResult = DRS_FAIL; continue; } - aMeshInfo->myDim=aMeshInfo->mySpaceDim;//Bug correction to ignore meshdim in MEDFile because can be false. + aMeshInfo->myDim=aMeshInfo->mySpaceDim;//Bug correction to ignore meshdim in MEDFile because can be false. PCoordHelper aCoordHelper = GetCoordHelper(aNodeInfo); EBooleen anIsNodeNum = aNodeInfo->IsElemNum();