Changeset 8018 for trunk/ippTools/src/regtool.c
- Timestamp:
- Jul 31, 2006, 2:52:54 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtool.c
r8016 r8018 95 95 if (!frame) { 96 96 psError(PS_ERR_UNKNOWN, false, "failed to convert new frame into a detrend frame"); 97 psFree(new); 97 98 return false; 98 99 } … … 109 110 if (!frame) { 110 111 psError(PS_ERR_UNKNOWN, false, "failed to convert new frame into a science frame"); 112 psFree(new); 111 113 return false; 112 114 }
Note:
See TracChangeset
for help on using the changeset viewer.
