Merge pull request #39 from atgeirr/master

Fix boundary condition checking bug.
This commit is contained in:
Atgeirr Flø Rasmussen 2013-10-03 07:21:54 -07:00
commit e50033e3a2

View File

@ -280,7 +280,7 @@ namespace Opm
gravity, */ gravity, */
{ {
// Intercept usage of bcs, since we do not handle it. // 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."); OPM_THROW(std::runtime_error, "SimulatorFullyImplicitBlackoil cannot handle boundary conditions other than no-flow. Not implemented yet.");
} }
// For output. // For output.