- Timestamp:
- Jun 22, 2012, 6:52:56 AM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120601/psModules/src/objects
- Files:
-
- 5 edited
-
models/pmModel_PGAUSS.c (modified) (2 diffs)
-
models/pmModel_PS1_V1.c (modified) (2 diffs)
-
models/pmModel_QGAUSS.c (modified) (2 diffs)
-
models/pmModel_RGAUSS.c (modified) (2 diffs)
-
pmSourceIO_CMP.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/psModules/src/objects/models/pmModel_PGAUSS.c
r32347 r34052 261 261 { 262 262 psF64 z; 263 int Nstep = 0;264 263 psEllipseShape shape; 265 264 … … 285 284 // use the fact that f is monotonically decreasing 286 285 z = 0; 287 Nstep = 0;288 286 289 287 // choose a z value guaranteed to be beyond our limit -
branches/eam_branches/ipp-20120601/psModules/src/objects/models/pmModel_PS1_V1.c
r32347 r34052 283 283 { 284 284 psF64 z; 285 int Nstep = 0;286 285 psEllipseShape shape; 287 286 … … 308 307 // use the fact that f is monotonically decreasing 309 308 z = 0; 310 Nstep = 0;311 309 312 310 // choose a z value guaranteed to be beyond our limit -
branches/eam_branches/ipp-20120601/psModules/src/objects/models/pmModel_QGAUSS.c
r33417 r34052 284 284 { 285 285 psF64 z; 286 int Nstep = 0;287 286 psEllipseShape shape; 288 287 … … 312 311 // use the fact that f is monotonically decreasing 313 312 z = 0; 314 Nstep = 0;315 313 316 314 // choose a z value guaranteed to be beyond our limit -
branches/eam_branches/ipp-20120601/psModules/src/objects/models/pmModel_RGAUSS.c
r32347 r34052 273 273 { 274 274 psF64 z; 275 int Nstep = 0;276 275 psEllipseShape shape; 277 276 … … 296 295 // use the fact that f is monotonically decreasing 297 296 z = 0; 298 Nstep = 0;299 297 300 298 // choose a z value guaranteed to be beyond our limit -
branches/eam_branches/ipp-20120601/psModules/src/objects/pmSourceIO_CMP.c
r34044 r34052 184 184 } 185 185 186 // find config information for output header187 float ZERO_POINT = psMetadataLookupF32 (&status, header, "ZERO_PT");188 if (!status)189 ZERO_POINT = 25.0;186 // XXX unused // find config information for output header 187 // XXX unused float ZERO_POINT = psMetadataLookupF32 (&status, header, "ZERO_PT"); 188 // XXX unused if (!status) 189 // XXX unused ZERO_POINT = 25.0; 190 190 191 191 // how many lines in the header?
Note:
See TracChangeset
for help on using the changeset viewer.
