Ignore:
Timestamp:
Mar 1, 2001, 11:58:30 AM (25 years ago)
Author:
ansari
Message:

correction bug (abs() -> fabs()) , Reza 1/3/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/lambdaBuilder.cc

    r1218 r1428  
    1616Legendre::Legendre(r_8 x, int_4 lmax)
    1717{
    18   if (abs(x) >1 )
     18  if (fabs(x) > 1. )
    1919    {
    2020      throw RangeCheckError("variable for Legendre polynomials must have modules inferior to 1" );
Note: See TracChangeset for help on using the changeset viewer.