Skip to content
Snippets Groups Projects
Commit 9cf8fc76 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Include LambertW code

parent f738a61d
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ run-one-body-sample-gdb: one-body-sample ...@@ -23,7 +23,7 @@ run-one-body-sample-gdb: one-body-sample
libtool --mode execute gdb ./one-body-sample libtool --mode execute gdb ./one-body-sample
one_body_sample_SOURCES = \ one_body_sample_SOURCES = \
one-body-sample.cc one-body-sample.cc LambertW.cc
one_body_sample_CPPFLAGS = \ one_body_sample_CPPFLAGS = \
$(AM_CPPFLAGS) -Dsrcdir=\"$(srcdir)\" $(AM_CPPFLAGS) -Dsrcdir=\"$(srcdir)\"
......
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
#include "boost/format.hpp" #include "boost/format.hpp"
#include "LambertW.h"
#include <dune/common/bitsetvector.hh> #include <dune/common/bitsetvector.hh>
#include <dune/common/exceptions.hh> #include <dune/common/exceptions.hh>
#include <dune/common/fmatrix.hh> #include <dune/common/fmatrix.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment