From 42dfbfbb8fd9132b80ac4bac80f9c1b3a74d8ed6 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 22 Feb 2011 13:56:16 +0000 Subject: [PATCH] 1) comment off "cout" 2) remove warnings with -Wall -pedantic --- src/INTERP_KERNEL/GaussPoints/GaussCoords.cxx | 62 +++++++++---------- 1 file changed, 31 insertions(+), 31 deletions(-) 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 = "<