mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
remove most spurious semicolons
hopefully "most" means "all of them"...
This commit is contained in:
parent
09fe573231
commit
3d3ba3ac30
@ -162,7 +162,7 @@ public:
|
|||||||
case Opm::WellCommon::SHUT:
|
case Opm::WellCommon::SHUT:
|
||||||
well->setOpen(false);
|
well->setOpen(false);
|
||||||
break;
|
break;
|
||||||
};
|
}
|
||||||
|
|
||||||
// make sure that the well is either an injector or a
|
// make sure that the well is either an injector or a
|
||||||
// producer for the current episode. (it is not allowed to
|
// producer for the current episode. (it is not allowed to
|
||||||
|
Loading…
Reference in New Issue
Block a user