mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
Fix use of assert.
This commit is contained in:
parent
a199d78476
commit
0b05182645
@ -374,7 +374,7 @@ namespace Opm
|
||||
// We have no contribution from face f, it is an outflow face.
|
||||
continue;
|
||||
}
|
||||
ASSERT(influx_f > 0.0);
|
||||
assert(influx_f > 0.0);
|
||||
const double omega_star = influx_f/flux_face;
|
||||
// SPU
|
||||
// const double omega = 0.0;
|
||||
|
Loading…
Reference in New Issue
Block a user