mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Address review comments.
This commit is contained in:
@@ -428,7 +428,7 @@ public:
|
||||
} else if (bdyInfo.type == BCType::FREE) {
|
||||
computeBoundaryFluxFree(problem, bdyFlux, bdyInfo, insideIntQuants, globalSpaceIdx, timeIdx);
|
||||
} else {
|
||||
throw std::logic_error("Unknown boundary condition type in computeBoundaryFlux().");
|
||||
throw std::logic_error("Unknown boundary condition type " + std::to_string(static_cast<int>(bdyInfo.type)) + " in computeBoundaryFlux()." );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user