From: vsr Date: Mon, 10 Jun 2013 14:48:53 +0000 (+0000) Subject: Restore fix mistakenly removed by previous merge from V6_main X-Git-Tag: V6_7_0~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bd15b0b6eb4981bd9e1f2e2a917b4c575eaaff45;p=tools%2Fmedcoupling.git Restore fix mistakenly removed by previous merge from V6_main --- diff --git a/src/MEDLoader/SauvMedConvertor.cxx b/src/MEDLoader/SauvMedConvertor.cxx index 6b59bd07d..c4b17862c 100644 --- a/src/MEDLoader/SauvMedConvertor.cxx +++ b/src/MEDLoader/SauvMedConvertor.cxx @@ -2127,7 +2127,7 @@ void IntermediateMED::setTS( SauvUtilities::DoubleField* fld, const int iSub) { // analyze a field support - const Group* support = fld->getSupport(); + const Group* support = fld->getSupport( iSub ); int dimRel; const bool onAll = isOnAll( support, dimRel ); if ( !onAll && support->_name.empty() )