From 7727c70dd274b8201ca7831a317fc30b817588c8 Mon Sep 17 00:00:00 2001 From: jfa Date: Fri, 7 Mar 2008 11:05:52 +0000 Subject: [PATCH] Join delta from tag V4_1_1 till tag mergeto_V4_1_0_maintainance_07Mar2008. --- src/CONVERTOR/VISU_MedConvertor.cxx | 56 +++++++++-------------------- 1 file changed, 17 insertions(+), 39 deletions(-) diff --git a/src/CONVERTOR/VISU_MedConvertor.cxx b/src/CONVERTOR/VISU_MedConvertor.cxx index 66ce4c1d..bd4878e7 100644 --- a/src/CONVERTOR/VISU_MedConvertor.cxx +++ b/src/CONVERTOR/VISU_MedConvertor.cxx @@ -404,7 +404,9 @@ namespace aGauss->myGaussInfo = aGaussInfo; aGauss->myName = aGaussInfo->GetName(); aGauss->myNbPoints = aGaussInfo->GetNbGauss(); - } + } else if ( aTimeStampInfo.GetNbGauss(aMGeom) > 1 ) + EXCEPTION( runtime_error, "aGaussIter == aGeom2Gauss.end()" + " && aTimeStampInfo.GetNbGauss(aMGeom) > 1 !!!" ); aGaussSubMesh->myNbCells = aNbCells*aGauss->myNbPoints; aGaussSubMesh->myCellsSize = aGaussSubMesh->myNbCells*2; @@ -479,36 +481,6 @@ namespace } } - - //--------------------------------------------------------------- - void - InitGaussProfile(const MED::PWrapper& theMEDWrapper, - const MED::PMeshInfo& theMeshInfo, - MED::PTimeStampValueBase& theTimeStampValue, - VISU::TMEDMeshOnEntity& theMeshOnEntity, - MED::EEntiteMaillage theMEntity, - const MED::TGeom2Size& theGeom2Size, - VISU::TMEDValForTime& theValForTime) - { - VISU::TTimerLog aTimerLog(MYDEBUG,"InitGaussProfile"); - INITMSG(MYDEBUG,"InitGaussProfile"<myProfile; VISU::TGeom2SubProfile& aGeom2SubProfile = aProfile->myGeom2SubProfile; -- 2.39.2