Changeset 3662 in Sophya for trunk/Cosmo/SimLSS/genefluct3d.h


Ignore:
Timestamp:
Oct 23, 2009, 10:29:14 PM (16 years ago)
Author:
cmv
Message:

suggest explicit braces to avoid ambiguous else g++ warning corrected, cmv 23/10/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/SimLSS/genefluct3d.h

    r3619 r3662  
    155155  double compute_power_carte(void);
    156156  void check_array_alloc(void);
    157   inline double pixelfilter(double x)
     157  inline double pixelfilter(double x) // ATTENTION: seulement pour x>0
    158158    {return (x<0.025) ? 1.-x*x/6.*(1.-x*x/20.): sin(x)/x;}
    159159
Note: See TracChangeset for help on using the changeset viewer.