From: ouv Date: Mon, 17 Apr 2006 14:41:44 +0000 (+0000) Subject: Minor changes X-Git-Tag: Before_Merging_BR_DEBUG_3_2_0b1_01jun06~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4704b74e019ee2ad635594c5e3a3c9b0368d3983;p=modules%2Fvisu.git Minor changes --- diff --git a/src/CONVERTOR/VISU_Convertor_impl.cxx b/src/CONVERTOR/VISU_Convertor_impl.cxx index f4948349..e9039c75 100644 --- a/src/CONVERTOR/VISU_Convertor_impl.cxx +++ b/src/CONVERTOR/VISU_Convertor_impl.cxx @@ -1643,11 +1643,7 @@ namespace } } } - float aScalarRange[2]; - theSource->Update(); - theSource->GetScalarRange( aScalarRange ); - //cout << theSource->GetNumberOfPoints() << endl; - theSource->Print( cout ); + //theSource->Update(); aFloatArray->Delete(); aDataArray->Delete(); @@ -2231,8 +2227,6 @@ VISU_Convertor_impl aGaussPtsIDFilter->myIsVTKDone = true; - anOutput->Print( cout ); - if(MYDEBUGWITHFILES){ string aMeshName = QString(theMeshName.c_str()).simplifyWhiteSpace().latin1(); string aFieldName = QString(theFieldName.c_str()).simplifyWhiteSpace().latin1(); diff --git a/src/CONVERTOR/VISU_MedConvertor.cxx b/src/CONVERTOR/VISU_MedConvertor.cxx index 18508813..148d4c15 100644 --- a/src/CONVERTOR/VISU_MedConvertor.cxx +++ b/src/CONVERTOR/VISU_MedConvertor.cxx @@ -1524,10 +1524,7 @@ VISU_MedConvertor TCoordSlice aVCoordSlice = aCoords.GetCoordSlice(iElem); MED::TCCoordSlice aMCoordSlice = aNodeInfo->GetCoordSlice(iElem); for(int iDim = 0; iDim < aDim; iDim++) - { - cout << iElem << " " << aMCoordSlice[iDim] << endl; aVCoordSlice[iDim] = aMCoordSlice[iDim]; - } } TGeom2SubMesh& aGeom2SubMesh = aMeshOnEntity->myGeom2SubMesh; diff --git a/src/PIPELINE/VISU_GaussPointsPL.cxx b/src/PIPELINE/VISU_GaussPointsPL.cxx index a667a8e1..ee05d5a2 100644 --- a/src/PIPELINE/VISU_GaussPointsPL.cxx +++ b/src/PIPELINE/VISU_GaussPointsPL.cxx @@ -196,9 +196,6 @@ VISU_GaussPointsPL Superclass::Init(); vtkDataSet* aDataSet = GetParentMesh(); - aDataSet->Update(); - - aDataSet->Print( cout ); float aScaleFactor = VISU_DeformedShapePL::GetScaleFactor( aDataSet );