Changeset 21172 for trunk/psLib/src/imageops/psImageMapFit.c
- Timestamp:
- Jan 26, 2009, 2:00:45 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageMapFit.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageMapFit.c
r20075 r21172 7 7 * @author Eugene Magnier, IfA 8 8 * 9 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $10 * @date $Date: 200 8-10-13 01:55:48$9 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2009-01-27 00:00:21 $ 11 11 * 12 12 * Copyright 2007 Institute for Astronomy, University of Hawaii … … 397 397 } 398 398 399 psVector *fit = psImageMapEvalVector(map, x, y);399 psVector *fit = psImageMapEvalVector(map, mask, maskValue, x, y); 400 400 if (fit == NULL) { 401 401 psError(PS_ERR_UNKNOWN, false, "Failure in psImageMapEvalVector().\n");
Note:
See TracChangeset
for help on using the changeset viewer.
