Changeset 6306
- Timestamp:
- Feb 2, 2006, 11:11:13 AM (20 years ago)
- Location:
- trunk/psLib
- Files:
-
- 3 edited
-
src/imageops/psImageStats.c (modified) (2 diffs)
-
src/pslib_strict.h (modified) (2 diffs)
-
test/math/tst_psMathUtils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageStats.c
r6193 r6306 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.8 8$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-0 1-26 00:31:19$11 * @version $Revision: 1.89 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-02-02 21:11:13 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 112 112 psFree(junkMask); 113 113 psFree(junkData); 114 return (stats);114 return(stats); 115 115 } 116 116 -
trunk/psLib/src/pslib_strict.h
r6187 r6306 9 9 * @author Eric Van Alst, MHPCC 10 10 * 11 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-0 1-23 23:52:15$11 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-02-02 21:11:13 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 83 83 #include "psStats.h" 84 84 #include "psUnaryOp.h" 85 #include "psMathUtils.h" 85 86 /// @} 86 87 -
trunk/psLib/test/math/tst_psMathUtils.c
r6304 r6306 213 213 printFooter(stdout, "psMinimize functions: 1D Polynomial Fitting Functions", "", testStatus); 214 214 } 215 216 //This code will
Note:
See TracChangeset
for help on using the changeset viewer.
