mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-22 08:52:01 +01:00
GSL integrator added - LatAnalyze now depends on GSL
This commit is contained in:
@ -32,11 +32,12 @@ libLatAnalyze_la_SOURCES =\
|
||||
CompiledFunction.cpp \
|
||||
CompiledModel.cpp \
|
||||
Exceptions.cpp \
|
||||
Function.cpp \
|
||||
Global.cpp \
|
||||
includes.hpp \
|
||||
File.cpp \
|
||||
FitInterface.cpp \
|
||||
Function.cpp \
|
||||
Global.cpp \
|
||||
GslQagsIntegrator.cpp \
|
||||
includes.hpp \
|
||||
Mat.cpp \
|
||||
Math.cpp \
|
||||
MathInterpreter.cpp \
|
||||
@ -62,8 +63,10 @@ libLatAnalyze_la_HEADERS =\
|
||||
Exceptions.hpp \
|
||||
FitInterface.hpp \
|
||||
Function.hpp \
|
||||
Global.hpp \
|
||||
File.hpp \
|
||||
Global.hpp \
|
||||
GslQagsIntegrator.hpp \
|
||||
Integrator.hpp \
|
||||
IoObject.hpp \
|
||||
Mat.hpp \
|
||||
Math.hpp \
|
||||
|
Reference in New Issue
Block a user