Changeset 16793
- Timestamp:
- Mar 4, 2008, 12:02:09 PM (18 years ago)
- Location:
- trunk/psLib
- Files:
-
- 3 added
- 5 edited
-
src/math/Makefile.am (modified) (2 diffs)
-
src/math/psPolynomialMD.c (added)
-
src/math/psPolynomialMD.h (added)
-
src/pslib_strict.h (modified) (2 diffs)
-
test/math (modified) (1 prop)
-
test/math/.cvsignore (modified) (1 diff)
-
test/math/Makefile.am (modified) (1 diff)
-
test/math/tap_psPolynomialMD.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/Makefile.am
r15818 r16793 19 19 psPolynomialMetadata.c \ 20 20 psPolynomialUtils.c \ 21 psPolynomialMD.c \ 21 22 psRandom.c \ 22 23 psRegion.c \ … … 47 48 psPolynomialMetadata.h \ 48 49 psPolynomialUtils.h \ 50 psPolynomialMD.h \ 49 51 psRandom.h \ 50 52 psRegion.h \ -
trunk/psLib/src/pslib_strict.h
r16185 r16793 9 9 * @author Eric Van Alst, MHPCC 10 10 * 11 * @version $Revision: 1.3 4$ $Name: not supported by cvs2svn $12 * @date $Date: 2008-0 1-23 03:08:03$11 * @version $Revision: 1.35 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2008-03-04 22:02:09 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 78 78 #include "psPolynomialMetadata.h" 79 79 #include "psPolynomialUtils.h" 80 #include "psPolynomialMD.h" 80 81 #include "psSort.h" 81 82 #include "psSpline.h" -
trunk/psLib/test/math
- Property svn:ignore
-
old new 51 51 tap_psRandom 52 52 tap_psSpline1D 53 tap_psPolynomialMD
-
- Property svn:ignore
-
trunk/psLib/test/math/.cvsignore
r13801 r16793 52 52 tap_psRandom 53 53 tap_psSpline1D 54 tap_psPolynomialMD -
trunk/psLib/test/math/Makefile.am
r13801 r16793 49 49 tap_psRandom \ 50 50 tap_psMinimizePowell \ 51 tap_psSpline1D 51 tap_psSpline1D \ 52 tap_psPolynomialMD 52 53 53 54 if BUILD_TESTS
Note:
See TracChangeset
for help on using the changeset viewer.
