mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 10:40:21 -06:00
Merge pull request #39 from atgeirr/master
Fix boundary condition checking bug.
This commit is contained in:
commit
e50033e3a2
@ -280,7 +280,7 @@ namespace Opm
|
||||
gravity, */
|
||||
{
|
||||
// Intercept usage of bcs, since we do not handle it.
|
||||
if (bcs) {
|
||||
if (bcs->nbc != 0) {
|
||||
OPM_THROW(std::runtime_error, "SimulatorFullyImplicitBlackoil cannot handle boundary conditions other than no-flow. Not implemented yet.");
|
||||
}
|
||||
// For output.
|
||||
|
Loading…
Reference in New Issue
Block a user