Changeset 31438 for branches/eam_branches/ipp-20110404/psModules/src/objects/models/pmModel_PGAUSS.c
- Timestamp:
- May 4, 2011, 4:44:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/psModules/src/objects/models/pmModel_PGAUSS.c
r31153 r31438 239 239 float f0 = 1.0; 240 240 float f1, f2; 241 for (z = DZ; z < 50; z += DZ) {241 for (z = DZ; z < 150; z += DZ) { 242 242 f1 = 1.0 / (1 + z + z*z/2.0 + z*z*z/6.0); 243 243 z += DZ;
Note:
See TracChangeset
for help on using the changeset viewer.
