Skip to content

Fix output of CPU time if no nonlinear solver is allocated.

Reinhard Resch requested to merge fix-output-of-CPU-time into develop

This merge request will fix a SIGSEGV due to a NULL pointer access in the following situation:

"abort: after assembly;" was used in the input file, and at the same time the command line argument -C was enabled.

Merge request reports