From bd15b0b6eb4981bd9e1f2e2a917b4c575eaaff45 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 10 Jun 2013 14:48:53 +0000 Subject: [PATCH] Restore fix mistakenly removed by previous merge from V6_main --- src/MEDLoader/SauvMedConvertor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ) -- 2.39.2