From: enk Date: Thu, 7 Dec 2006 13:04:18 +0000 (+0000) Subject: remove unneeded comments X-Git-Tag: V3_2_4~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=82e131b5b5e456e2c7e377425a43e7a85a07fd46;p=modules%2Fvisu.git remove unneeded comments --- diff --git a/src/VISU_I/VISU_Result_i.cc b/src/VISU_I/VISU_Result_i.cc index 72341969..0135f88f 100644 --- a/src/VISU_I/VISU_Result_i.cc +++ b/src/VISU_I/VISU_Result_i.cc @@ -1667,10 +1667,6 @@ Result_i int iPrev = ( iAx == 0 ) ? 2 : iAx - 1; int iNext = ( iAx == 2 ) ? 0 : iAx + 1; gInfo->myAxis[ iAx ] = axDirs[ iPrev ] ^ axDirs[ iNext ]; - cout << "myAxis["<myAxis[ iAx ]).X(); - cout << "|" << (gInfo->myAxis[ iAx ]).Y(); - cout << "|" << (gInfo->myAxis[ iAx ]).Z()<<"|"; } // get and sort intermediate component values - projections of nodes @@ -1732,12 +1728,9 @@ Result_i vector< vtkFloatingPointType >& myComp = gInfo->myComponets[ iAx ]; myComp.resize( nbVals ); list< vtkFloatingPointType >::iterator v = values.begin(); - cout << "Components["<