OPM / opm-output

This repository is intended for output-writer functionality for the flow simulators in OPM
http://www.opm-project.org
GNU General Public License v3.0
3 stars 21 forks source link

added: option to not throw on error in restart/init regression test #168

Closed akva2 closed 7 years ago

akva2 commented 7 years ago

useful for doing a more thorough analysis of the failure.

joakim-hove commented 7 years ago

Will this do exit(1) if there are errors and throwOnError == false?

akva2 commented 7 years ago

nope, good catch.

akva2 commented 7 years ago

rebased.