mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-27 11:40:17 -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, VtkWriteOilFormationVolumeFactor, false);
|
||||
SET_BOOL_PROP(VtkBlackOil, VtkWriteOilSaturationPressure, false);
|
||||
}
|
||||
}
|
||||
} // namespace Properties
|
||||
} // namespace Opm
|
||||
|
||||
namespace Ewoms {
|
||||
/*!
|
||||
@ -152,6 +152,6 @@ private:
|
||||
ScalarBuffer oilFormationVolumeFactor_;
|
||||
ScalarBuffer oilSaturationPressure_;
|
||||
};
|
||||
}
|
||||
} // namespace Ewoms
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user