1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-22 08:52:01 +01:00

first commit for the new fit interface

This commit is contained in:
2016-03-08 19:37:51 +00:00
parent 352caf30b6
commit 917031747f
6 changed files with 243 additions and 44 deletions

View File

@ -23,6 +23,7 @@ libLatAnalyze_la_SOURCES = \
Derivative.cpp \
Exceptions.cpp \
File.cpp \
FitInterface.cpp \
Function.cpp \
Global.cpp \
GslHybridRootFinder.cpp\
@ -55,6 +56,7 @@ libLatAnalyze_la_HEADERS = \
Exceptions.hpp \
Function.hpp \
File.hpp \
FitInterface.hpp \
Global.hpp \
GslHybridRootFinder.hpp\
GslQagsIntegrator.hpp \