Changeset 3662 in Sophya for trunk/Cosmo/SimLSS/genefluct3d.h
- Timestamp:
- Oct 23, 2009, 10:29:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/genefluct3d.h
r3619 r3662 155 155 double compute_power_carte(void); 156 156 void check_array_alloc(void); 157 inline double pixelfilter(double x) 157 inline double pixelfilter(double x) // ATTENTION: seulement pour x>0 158 158 {return (x<0.025) ? 1.-x*x/6.*(1.-x*x/20.): sin(x)/x;} 159 159
Note:
See TracChangeset
for help on using the changeset viewer.