Skip to content

Api throw on all errors

Christophe Geuzaine requested to merge api_throw_on_all_errors into master

This tests setting General.AbortOnError to 2 (and General.Terminal to 1) in gmsh::initialize(), so that api functions raise exceptions as soon as an error is encountered.

See #1043 (closed).

Merge request reports