mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
The error checking macro makes it harder to read and harder to write, so instead we now only check for functions that can contain errors. Bounds and range checks are handled by PETSc and not OPM.