some minor fixes

i.e., removing redundant namespace open- and closings due to the fact
that the property system now resides in the 'Ewoms' namspace instead
of in 'Opm', and making the headercheck work for all headers.
This commit is contained in:
Andreas Lauser
2015-05-21 16:19:13 +02:00
parent 46bd76407d
commit 2b4d70e3d9
7 changed files with 8 additions and 25 deletions

View File

@@ -49,9 +49,7 @@
namespace Ewoms {
template <class TypeTag>
class FingerProblem;
}
namespace Ewoms {
namespace Properties {
NEW_TYPE_TAG(FingerBaseProblem, INHERITS_FROM(FingerGridManager));
@@ -123,9 +121,8 @@ SET_SCALAR_PROP(FingerBaseProblem, EndTime, 215);
// The default for the initial time step size of the simulation
SET_SCALAR_PROP(FingerBaseProblem, InitialTimeStepSize, 10);
}} // namespace Ewoms, Properties
} // namespace Properties
namespace Ewoms {
/*!
* \ingroup TestProblems
*