Skip to content
Snippets Groups Projects
Commit f9730cea authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Remove time assertion in evolve method

parent e5cae3ef
No related branches found
No related tags found
1 merge request!25Resolve "Add simple adaptive timestepping"
Pipeline #29736 passed
......@@ -104,7 +104,6 @@ public:
const Time& end_time,
Callable&& callable = [](const auto& state) {}) const
{
assert(FloatCmp::lt<double>(in.time, end_time));
const auto& logger = asImpl().logger();
logger.notice("Evolving system: {:.2f}s -> {:.2f}s"_fmt, in.time, end_time);
out = in;
......
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