]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Restore fix mistakenly removed by previous merge from V6_main
authorvsr <vsr@opencascade.com>
Mon, 10 Jun 2013 14:48:53 +0000 (14:48 +0000)
committervsr <vsr@opencascade.com>
Mon, 10 Jun 2013 14:48:53 +0000 (14:48 +0000)
src/MEDLoader/SauvMedConvertor.cxx

index 6b59bd07d7caccd53f75a6f5c879057f985c6ef8..c4b17862c1d5a79a622e0345f6544abec6fe159f 100644 (file)
@@ -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() )