Changeset 14960
- Timestamp:
- Sep 20, 2007, 4:45:33 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageMapFit.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageMapFit.c
r14924 r14960 7 7 * @author Eugene Magnier, IfA 8 8 * 9 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-09-2 0 23:54:25$9 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-09-21 02:45:33 $ 11 11 * 12 12 * Copyright 2007 Institute for Astronomy, University of Hawaii … … 323 323 assert (y); 324 324 assert (f); 325 assert (df);326 325 327 326 // the user supplies one of various stats option pairs, … … 355 354 if (!inMask) { 356 355 mask = psVectorAlloc (x->n, PS_TYPE_U8); 356 psVectorInit (mask, 0); 357 357 } 358 358
Note:
See TracChangeset
for help on using the changeset viewer.
