From 82e131b5b5e456e2c7e377425a43e7a85a07fd46 Mon Sep 17 00:00:00 2001 From: enk Date: Thu, 7 Dec 2006 13:04:18 +0000 Subject: [PATCH] remove unneeded comments --- src/VISU_I/VISU_Result_i.cc | 7 ------- 1 file changed, 7 deletions(-) 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["<