mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add semicolon to help with indentation.
This commit is contained in:
@@ -1518,7 +1518,7 @@ namespace Opm {
|
||||
{
|
||||
// We make sure that all processes throw in case there is an exception
|
||||
// on one of them (WetGasPvt::saturationPressure might throw if not converged)
|
||||
OPM_BEGIN_PARALLEL_TRY_CATCH()
|
||||
OPM_BEGIN_PARALLEL_TRY_CATCH();
|
||||
|
||||
for (auto& well: well_container_) {
|
||||
well->assembleWellEqWithoutIteration(ebosSimulator_, dt, this->wellState(), this->groupState(),
|
||||
|
Reference in New Issue
Block a user