Skip to content

Commit 15ed444

Browse files
committed
EquationSystems print_info in all calculator runs
This takes a fraction of a second and a few lines of output and it's sometimes quite useful for debugging things.
1 parent 20f8060 commit 15ed444

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/apps/calculator.C

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ int main(int argc, char ** argv)
261261

262262
old_es.init();
263263

264+
old_es.print_info();
265+
264266
goal_function =
265267
std::make_unique<WrappedFunctor<Number>>(ParsedFunction<Number>(calcfunc));
266268
}

0 commit comments

Comments
 (0)