Skip to content
Snippets Groups Projects
Commit acf5f8ae authored by Christoph Lehmann's avatar Christoph Lehmann Committed by Dmitri Naumov
Browse files

[T] fixed includes

parent 58d92020
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,8 @@
#include <gtest/gtest.h>
#include <logog/include/logog.hpp>
#include "MathLib/ODE/ConcreteODESolver.h"
#include "BaseLib/ConfigTree.h"
#include "MathLib/ODE/ODESolverBuilder.h"
const double abs_tol = 1e-8;
const double rel_tol = 1e-8;
......
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