- Timestamp:
- Sep 29, 2009, 10:10:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psModules/src/objects/models/pmModel_RGAUSS.c
r25679 r25683 314 314 // choose a z value guaranteed to be beyond our limit 315 315 float z0 = pow((1.0 / limit), (1.0 / PAR[PM_PAR_7])); 316 psAssert (isfinite(z0 , "fix this code: z0 should not be nan for %f", PAR[PM_PAR_7]));316 psAssert (isfinite(z0), "fix this code: z0 should not be nan for %f", PAR[PM_PAR_7]); 317 317 float z1 = (1.0 / limit); 318 psAssert (isfinite(z1 , "fix this code: z1 should not be nan for %f", PAR[PM_PAR_7]));318 psAssert (isfinite(z1), "fix this code: z1 should not be nan for %f", PAR[PM_PAR_7]); 319 319 z1 = PS_MAX (z0, z1); 320 320 z0 = 0.0;
Note:
See TracChangeset
for help on using the changeset viewer.
