Skip to content
Snippets Groups Projects
Commit 252c55a6 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

improved error handling for libGmsh:

- removed every "throw;", i.e., every throw that did not throw an actual exception.
  throw wihout args should ONLY be used in a catch{} to re-throw the same exception
  (for it to be handled in another catch clause)

- introduced GmshMessage callback class so that clients can easily implement
  their own message handling (see example in driverOCC.cpp)
parent d8522940
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment