Skip to content

Abort in debug mode if ASSERT fails

Reinhard Resch requested to merge abort-if-assert-failed into develop

With this branch, abort will be called if an assertion fails in debug mode. This makes it easier to find out, which assertion failed if MBDyn is executed inside GDB.

Merge request reports