Changeset 8108
- Timestamp:
- Aug 3, 2006, 9:37:55 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmSubtractBias.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmSubtractBias.c
r8004 r8108 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-0 7-28 03:21:19$13 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-08-03 19:37:55 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 264 264 PS_ASSERT_IMAGE_NON_NULL(in->image, NULL); 265 265 PS_ASSERT_IMAGE_TYPE(in->image, PS_TYPE_F32, NULL); 266 PS_ASSERT_PTR_NON_NULL(overscanOpts, NULL);267 266 if (bias) { 268 267 PS_ASSERT_IMAGE_NON_NULL(bias->image, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
