Skip to content
  • Christophe Geuzaine's avatar
    improved error handling for libGmsh: · 252c55a6
    Christophe Geuzaine authored
    - 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)
    252c55a6