mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-07-31 14:57:55 -05:00
The former is more assertive than the latter and provides better diagnostics. Incidentally, switching to *_EQUAL() also fixes an assignment that was (probably) intended to be an equality test: BOOST_CHECK(count = num) in both test cases.