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

[Build] Include headers only

parent 963c6d74
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@
#endif
#include "rate.hh"
#include "rate/newmark.cc"
#include "rate/backward_euler.cc"
#include "rate/backward_euler.hh"
#include "rate/newmark.hh"
template <class Vector, class Matrix, class Function, int dimension>
std::shared_ptr<RateUpdater<Vector, Matrix, Function, dimension>>
......
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