fix the end of namespace comments

this was done semi-automatically by a python script
This commit is contained in:
Andreas Lauser 2013-11-04 14:17:32 +01:00
parent 9152118d9c
commit 2a2771cceb

View File

@ -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