From: eap Date: Tue, 22 Feb 2011 13:56:16 +0000 (+0000) Subject: 1) comment off "cout" X-Git-Tag: V6_main_FINAL~1055 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=42dfbfbb8fd9132b80ac4bac80f9c1b3a74d8ed6;p=tools%2Fmedcoupling.git 1) comment off "cout" 2) remove warnings with -Wall -pedantic --- diff --git a/src/INTERP_KERNEL/GaussPoints/GaussCoords.cxx b/src/INTERP_KERNEL/GaussPoints/GaussCoords.cxx index 509b60094..51ec9c344 100644 --- a/src/INTERP_KERNEL/GaussPoints/GaussCoords.cxx +++ b/src/INTERP_KERNEL/GaussPoints/GaussCoords.cxx @@ -93,10 +93,10 @@ GaussInfo::GaussInfo( NormalizedCellType theGeometry, const DataVector& theReferenceCoord, int theNbRef ) : myGeometry(theGeometry), - myGaussCoord(theGaussCoord), myNbGauss(theNbGauss), - myReferenceCoord(theReferenceCoord), - myNbRef(theNbRef) + myGaussCoord(theGaussCoord), + myNbRef(theNbRef), + myReferenceCoord(theReferenceCoord) { //Allocate shape function values @@ -2113,16 +2113,16 @@ double* GaussCoords::CalculateCoords( NormalizedCellType theGeometry, for( int i = 0; i < nbCoords; i++ ) aCoords[i] = 0.0; -#ifdef MYDEBUG - std::cout<<"#######################################################"<GetCellType()<GetCellType()<GetNbGauss(); gaussId++ ) { -#ifdef MYDEBUG - std::cout<<"Gauss ID = "<