mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-20 11:48:25 -06:00
fix the end of namespace comments
this was done semi-automatically by a python script
This commit is contained in:
parent
9152118d9c
commit
2a2771cceb
@ -48,8 +48,8 @@ SET_BOOL_PROP(VtkBlackOil, VtkWriteGasFormationFactor, false);
|
|||||||
SET_BOOL_PROP(VtkBlackOil, VtkWriteGasFormationVolumeFactor, false);
|
SET_BOOL_PROP(VtkBlackOil, VtkWriteGasFormationVolumeFactor, false);
|
||||||
SET_BOOL_PROP(VtkBlackOil, VtkWriteOilFormationVolumeFactor, false);
|
SET_BOOL_PROP(VtkBlackOil, VtkWriteOilFormationVolumeFactor, false);
|
||||||
SET_BOOL_PROP(VtkBlackOil, VtkWriteOilSaturationPressure, false);
|
SET_BOOL_PROP(VtkBlackOil, VtkWriteOilSaturationPressure, false);
|
||||||
}
|
} // namespace Properties
|
||||||
}
|
} // namespace Opm
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
/*!
|
/*!
|
||||||
@ -152,6 +152,6 @@ private:
|
|||||||
ScalarBuffer oilFormationVolumeFactor_;
|
ScalarBuffer oilFormationVolumeFactor_;
|
||||||
ScalarBuffer oilSaturationPressure_;
|
ScalarBuffer oilSaturationPressure_;
|
||||||
};
|
};
|
||||||
}
|
} // namespace Ewoms
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user