Changeset 38038 for trunk/psModules/src/objects/pmSourceIO_PS1_DEV_1.c
- Timestamp:
- Mar 28, 2015, 7:16:10 AM (11 years ago)
- Location:
- trunk/psModules/src/objects
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
pmSourceIO_PS1_DEV_1.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects
- Property svn:ignore
-
old new 21 21 pmSourceIO_CMF_PS1_DV3.c 22 22 pmSourceIO_CMF_PS1_DV4.c 23 23 pmSourceIO_CMF_PS1_DV5.c
-
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20150326/psModules/src/objects (added) merged: 38018,38027,38031
- Property svn:ignore
-
trunk/psModules/src/objects/pmSourceIO_PS1_DEV_1.c
r36866 r38038 322 322 psVector *radialBinsLower = psMetadataLookupPtr (&status, recipe, "RADIAL.ANNULAR.BINS.LOWER"); 323 323 psVector *radialBinsUpper = psMetadataLookupPtr (&status, recipe, "RADIAL.ANNULAR.BINS.UPPER"); 324 assert (radialBinsLower->n == radialBinsUpper->n);324 psAssert (radialBinsLower->n == radialBinsUpper->n, "upper and lower bins must match"); 325 325 326 326 // we write out all sources, regardless of quality. the source flags tell us the state
Note:
See TracChangeset
for help on using the changeset viewer.
