mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
TargetCalculator: drop indent for namespace
This commit is contained in:
parent
d6fc7cc4f6
commit
9a42b70f20
@ -28,15 +28,13 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace Opm
|
||||
{
|
||||
namespace Opm {
|
||||
|
||||
class DeferredLogger;
|
||||
template<class Scalar> class GroupState;
|
||||
struct PhaseUsage;
|
||||
|
||||
namespace WellGroupHelpers
|
||||
{
|
||||
namespace WellGroupHelpers {
|
||||
|
||||
/// Based on a group control mode, extract or calculate rates, and
|
||||
/// provide other conveniences.
|
||||
@ -110,6 +108,7 @@ namespace WellGroupHelpers
|
||||
int pos_;
|
||||
GuideRateModel::Target target_;
|
||||
};
|
||||
|
||||
} // namespace WellGroupHelpers
|
||||
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user