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

Compile time stepping separately

parent cf03bdab
No related branches found
No related tags found
No related merge requests found
timestepping.cc
timestepping.hh
timestepping_tmpl.cc
......@@ -10,6 +10,7 @@ SOURCES = \
compute_state_ruina.cc \
mysolver.cc \
one-body-sample.cc \
timestepping.cc \
vtk.cc
## 2D
......@@ -101,7 +102,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
include $(top_srcdir)/am/global-rules
BUILT_SOURCES = timestepping.cc
BUILT_SOURCES = timestepping.hh timestepping.cc
$(srcdir)/timestepping.cc: $(srcdir)/timestepping.org
emacs -Q --batch --eval \
"(let (vc-handled-backends) \
......
......@@ -75,7 +75,7 @@
#include "enum_state_model.cc"
#include "enum_scheme.cc"
#include "timestepping.cc"
#include "timestepping.hh"
int const dim = DIM;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment