Changeset 17447 for trunk/psLib/src/imageops/psImageMapFit.c
- Timestamp:
- Apr 17, 2008, 1:43:03 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageMapFit.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageMapFit.c
r15841 r17447 7 7 * @author Eugene Magnier, IfA 8 8 * 9 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $10 * @date $Date: 200 7-12-15 01:20:03$9 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2008-04-17 23:43:02 $ 11 11 * 12 12 * Copyright 2007 Institute for Astronomy, University of Hawaii … … 338 338 { 339 339 // XXX add in full PS_ASSERTS 340 assert(map);341 assert(stats);342 assert(x);343 assert(y);344 assert(f);340 psAssert(map, "impossible"); 341 psAssert(stats, "impossible"); 342 psAssert(x, "impossible"); 343 psAssert(y, "impossible"); 344 psAssert(f, "impossible"); 345 345 346 346 // the user supplies one of various stats option pairs,
Note:
See TracChangeset
for help on using the changeset viewer.
