Changeset 34085 for trunk/psModules/src/objects/models
- Timestamp:
- Jun 26, 2012, 11:31:38 AM (14 years ago)
- Location:
- trunk/psModules
- Files:
-
- 5 edited
-
. (modified) (1 prop)
-
src/objects/models/pmModel_PGAUSS.c (modified) (2 diffs)
-
src/objects/models/pmModel_PS1_V1.c (modified) (2 diffs)
-
src/objects/models/pmModel_QGAUSS.c (modified) (2 diffs)
-
src/objects/models/pmModel_RGAUSS.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120601/psModules (added) merged: 34002,34044,34049,34051-34053,34073,34076,34078
- Property svn:mergeinfo changed
-
trunk/psModules/src/objects/models/pmModel_PGAUSS.c
r32347 r34085 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 -
trunk/psModules/src/objects/models/pmModel_PS1_V1.c
r32347 r34085 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 -
trunk/psModules/src/objects/models/pmModel_QGAUSS.c
r33417 r34085 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 -
trunk/psModules/src/objects/models/pmModel_RGAUSS.c
r32347 r34085 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
Note:
See TracChangeset
for help on using the changeset viewer.
