Skip to content
Snippets Groups Projects
Commit a03b7811 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[T] INFO -> DBUG

parent ca32efb2
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ public: ...@@ -87,7 +87,7 @@ public:
const double delta_t = (num_timesteps == 0) ? -1.0 const double delta_t = (num_timesteps == 0) ? -1.0
: ((t_end-t0) / num_timesteps); : ((t_end-t0) / num_timesteps);
INFO("Running test with %u timesteps of size %g s.", num_timesteps, DBUG("Running test with %u timesteps of size %g s.", num_timesteps,
delta_t); delta_t);
// initial condition // initial condition
......
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