Changeset 7604 for trunk/psModules/src/objects/pmModel.c
- Timestamp:
- Jun 20, 2006, 5:21:16 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmModel.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmModel.c
r6943 r7604 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 4-21 21:26:01$8 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-06-21 03:21:16 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 16 16 #include <math.h> 17 17 #include <string.h> 18 #include "pslib.h"18 #include <pslib.h> 19 19 #include "pmModel.h" 20 20 … … 94 94 95 95 /****************************************************************************** 96 pmModelEval(source, level, row): evaluates the model function at the specified coords. 97 96 pmModelEval(source, level, row): evaluates the model function at the specified coords. 97 98 98 NOTE: The coords are in subImage source->pixel coords, not image coords. 99 99 100 100 XXX: Use static vectors for x (NO: needs to be thread safe) 101 101 *****************************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.
