Changeset 35394 for trunk/psLib
- Timestamp:
- Apr 11, 2013, 3:21:06 PM (13 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 added
- 2 edited
-
math/Makefile.am (modified) (2 diffs)
-
math/psMixtureModels.c (added)
-
math/psMixtureModels.h (added)
-
pslib_strict.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/Makefile.am
r16793 r35394 16 16 psMinimizePowell.c \ 17 17 psMinimizePolyFit.c \ 18 psMixtureModels.c \ 18 19 psPolynomial.c \ 19 20 psPolynomialMetadata.c \ … … 45 46 psMinimizePowell.h \ 46 47 psMinimizePolyFit.h \ 48 psMixtureModels.h \ 47 49 psPolynomial.h \ 48 50 psPolynomialMetadata.h \ -
trunk/psLib/src/pslib_strict.h
r32251 r35394 76 76 #include "psMinimizePowell.h" 77 77 #include "psMinimizePolyFit.h" 78 #include "psMixtureModels.h" 78 79 #include "psMutex.h" 79 80 #include "psRandom.h"
Note:
See TracChangeset
for help on using the changeset viewer.
