mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06: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.