Changeset 38038 for trunk/psModules/src/objects/pmSourceIO_PS1_CAL_0.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_CAL_0.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_CAL_0.c
r36866 r38038 376 376 psVector *radialBinsLower = psMetadataLookupPtr (&status, recipe, "RADIAL.ANNULAR.BINS.LOWER"); 377 377 psVector *radialBinsUpper = psMetadataLookupPtr (&status, recipe, "RADIAL.ANNULAR.BINS.UPPER"); 378 assert (radialBinsLower->n == radialBinsUpper->n);378 psAssert (radialBinsLower->n == radialBinsUpper->n, "upper and lower bins must match"); 379 379 380 380 // 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.
