From: eap Date: Mon, 21 Feb 2011 10:22:38 +0000 (+0000) Subject: coding standards X-Git-Tag: V6_main_FINAL~1058 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=82a92c536f4a452281fc8408e740f7d24f427ead;p=tools%2Fmedcoupling.git coding standards --- diff --git a/src/INTERP_KERNEL/GaussPoints/GaussCoords.cxx b/src/INTERP_KERNEL/GaussPoints/GaussCoords.cxx index cecd57776..509b60094 100644 --- a/src/INTERP_KERNEL/GaussPoints/GaussCoords.cxx +++ b/src/INTERP_KERNEL/GaussPoints/GaussCoords.cxx @@ -133,7 +133,8 @@ int GaussInfo::GetReferenceCoordDim() const if( myNbRef ) { return myReferenceCoord.size()/myNbRef; - } else + } + else { return 0; }