From: ageay Date: Wed, 10 Jul 2013 15:27:31 +0000 (+0000) Subject: For the moment desactivate it ! X-Git-Tag: B4KillOfAutomake~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9c56edc38d867ff23c3b4e8aa468b292d755cb1a;p=modules%2Fmed.git For the moment desactivate it ! --- diff --git a/src/MEDLoader/MEDFileField.cxx b/src/MEDLoader/MEDFileField.cxx index 67f4f51ba..f70338e50 100644 --- a/src/MEDLoader/MEDFileField.cxx +++ b/src/MEDLoader/MEDFileField.cxx @@ -4267,12 +4267,12 @@ void MEDFileAnyTypeField1TSWithoutSDA::setFieldProfile(const MEDCouplingFieldDou std::vector< MEDCouplingAutoRefCountObjectPtr > idsInPflPerType2(idsInPflPerType.size()); std::copy(idsInPflPerType.begin(),idsInPflPerType.end(),idsInPflPerType2.begin()); std::vector< MEDCouplingAutoRefCountObjectPtr > idsPerType2(idsPerType.size()); std::copy(idsPerType.begin(),idsPerType.end(),idsPerType2.begin()); std::vector idsPerType3(idsPerType.size()); std::copy(idsPerType.begin(),idsPerType.end(),idsPerType3.begin()); - int nbOfTuplesExp=field->getNumberOfTuplesExpectedRegardingCode(code,idsPerType3); - if(nbOfTuplesExp!=arrOfVals->getNumberOfTuples()) + //int nbOfTuplesExp=field->getNumberOfTuplesExpectedRegardingCode(code,idsPerType3); + /*if(nbOfTuplesExp!=arrOfVals->getNumberOfTuples()) { std::ostringstream oss; oss << "MEDFileAnyTypeField1TSWithoutSDA::setFieldProfile : The array is expected to have " << nbOfTuplesExp << " tuples ! It has " << arrOfVals->getNumberOfTuples() << " !"; throw INTERP_KERNEL::Exception(oss.str().c_str()); - } + }*/ int start=copyTinyInfoFrom(field,arrOfVals); code2=m->getDistributionOfTypes(); //