From: inv Date: Fri, 21 May 2010 09:39:21 +0000 (+0000) Subject: Fix compilation problem on Debian Sarge 3.1 X-Git-Tag: V5_1_main_FINAL~114 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a3022a5009bc55c2a8f276ce668ffd550a6d44c6;p=tools%2Fmedcoupling.git Fix compilation problem on Debian Sarge 3.1 --- diff --git a/src/ParaMEDMEMTest/ParaMEDMEMTest_Gauthier1.cxx b/src/ParaMEDMEMTest/ParaMEDMEMTest_Gauthier1.cxx index 099d30626..11c582843 100644 --- a/src/ParaMEDMEMTest/ParaMEDMEMTest_Gauthier1.cxx +++ b/src/ParaMEDMEMTest/ParaMEDMEMTest_Gauthier1.cxx @@ -47,7 +47,7 @@ void afficheGauthier1( const TrioField& field, const double *vals, int lgth) void remplit_coordGauthier1(double* coords) { double angle,epaisseur; - angle=0*45*(asin(1)/90); + angle=0*45*(asin(1.)/90); epaisseur=1e-0; coords[0*3+0]=0.; coords[0*3+1]=0.;