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

[AppL] added output

parent 5b6bf584
No related branches found
No related tags found
No related merge requests found
......@@ -397,6 +397,9 @@ loop(ProjectData& project)
t = ts.current();
timestep = ts.steps();
INFO("=== timestep #%u (t=%gs, dt=%gs) ==============================",
timestep, t, delta_t);
// TODO use process name
unsigned pcs_idx = 0;
for (auto p = project.processesBegin(); p != project.processesEnd();
......
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