Skip to content
Snippets Groups Projects
Commit 59676019 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Improve handling of AssertionError

- Assert can now take one or two arguments: first argument is the assertion
  itself. The optional second argument is used to provide a custom error
  message.

- remove try/catch from main: AssertionError may now be catched in
  SignalManager. This allows to write the AssertionError message as well as to
  print the back trace and eventually pause the execution.
parent d39f4164
No related branches found
No related tags found
1 merge request!11Feature/mpi
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment