Changeset 17447 for trunk/psLib/src/fits/psFitsFloat.c
- Timestamp:
- Apr 17, 2008, 1:43:03 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsFloat.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsFloat.c
r16549 r17447 153 153 return NULL; 154 154 } 155 assert(out->type.type == PS_TYPE_F32);155 psAssert(out->type.type == PS_TYPE_F32, "impossible"); 156 156 for (int y = 0; y < numRows; y++) { 157 157 for (int x = 0; x < numCols; x++) {
Note:
See TracChangeset
for help on using the changeset viewer.
