- Timestamp:
- 02/17/12 21:25:29 (13 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r2012 r2415 142 142 HEADERS := MathUtils.h \ 143 143 LineCatalog.h \ 144 Lorentzian1D.h \145 Lorentzian1DParam.h \146 144 Logger.h \ 147 145 STAttr.h \ -
trunk/src/STFitter.cpp
r2394 r2415 38 38 #include <scimath/Functionals/CompoundFunction.h> 39 39 #include <scimath/Functionals/Gaussian1D.h> 40 #include "Lorentzian1D.h"40 #include <scimath/Functionals/Lorentzian1D.h> 41 41 #include <scimath/Functionals/Sinusoid1D.h> 42 42 #include <scimath/Functionals/Polynomial.h>
Note:
See TracChangeset
for help on using the changeset viewer.