Moved from GSL Runge-Kutta to Boost Bulirsch-Stoer
This commit is contained in:
parent
9ec0633094
commit
c2051e9596
3 changed files with 90 additions and 43 deletions
1
Makefile
1
Makefile
|
|
@ -1,5 +1,6 @@
|
|||
OPTIMIZATION ?= 3
|
||||
CXXFLAGS += -O$(OPTIMIZATION)
|
||||
INC += -I/home/meiron/boost_1_72_0
|
||||
LIB += -lgsl
|
||||
|
||||
EXECUTABLE ?= main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue