diff --git a/dumux/boxmodels/1p/1plocalresidual.hh b/dumux/boxmodels/1p/1plocalresidual.hh index 8ca34c11b2a87c9cf8e480e94a38c691e813305b..3b27dd72b380ff3e5560e8c4d175138590075009 100644 --- a/dumux/boxmodels/1p/1plocalresidual.hh +++ b/dumux/boxmodels/1p/1plocalresidual.hh @@ -61,7 +61,7 @@ class OnePLocalResidual : public GET_PROP_TYPE(TypeTag, BaseLocalResidual) typedef typename GET_PROP_TYPE(TypeTag, Indices) Indices; //index of the mass balance equation enum { - conti0EqIdx = Indices::conti0EqIdx, //index for the mass balance + conti0EqIdx = Indices::conti0EqIdx //index for the mass balance }; //index of the primary variable enum{ diff --git a/dumux/boxmodels/1p2c/1p2clocalresidual.hh b/dumux/boxmodels/1p2c/1p2clocalresidual.hh index bb324b49b6935760427c36c722f6f2051c881556..5bfad15e800b39ec9b36c7deef325e951ec1e964 100644 --- a/dumux/boxmodels/1p2c/1p2clocalresidual.hh +++ b/dumux/boxmodels/1p2c/1p2clocalresidual.hh @@ -77,12 +77,12 @@ protected: //phase index phaseIdx = Indices::phaseIdx, - transportCompIdx = Indices::transportCompIdx, + transportCompIdx = Indices::transportCompIdx }; // indices of the primary variables enum { pressuerIdx = Indices::pressureIdx, - massOrMoleFracIdx = Indices::massOrMoleFracIdx, + massOrMoleFracIdx = Indices::massOrMoleFracIdx }; // indices of the equations enum { diff --git a/dumux/boxmodels/1p2c/1p2cvolumevariables.hh b/dumux/boxmodels/1p2c/1p2cvolumevariables.hh index 0993ccfb286874a353bc375469587e1d2c331c96..9d72cf0a45a999176cb7e69ec7dd561a5850a5e4 100644 --- a/dumux/boxmodels/1p2c/1p2cvolumevariables.hh +++ b/dumux/boxmodels/1p2c/1p2cvolumevariables.hh @@ -59,7 +59,7 @@ class OnePTwoCVolumeVariables : public BoxVolumeVariables<TypeTag> enum { phaseIdx = Indices::phaseIdx, phaseCompIdx = Indices::phaseCompIdx, - transportCompIdx = Indices::transportCompIdx, + transportCompIdx = Indices::transportCompIdx }; //indices of primary variables enum{ diff --git a/test/boxmodels/1p/1ptestproblem.hh b/test/boxmodels/1p/1ptestproblem.hh index 0b92d7c8feb9b60eba6528ebce448372fa5204da..3053c3de178938acca13f41fdfd25d47eee6cfed 100644 --- a/test/boxmodels/1p/1ptestproblem.hh +++ b/test/boxmodels/1p/1ptestproblem.hh @@ -123,7 +123,7 @@ class OnePTestProblem : public PorousMediaBoxProblem<TypeTag> enum { // Grid and world dimension dim = GridView::dimension, - dimWorld = GridView::dimensionworld, + dimWorld = GridView::dimensionworld }; enum { // indices of the primary variables diff --git a/test/boxmodels/1p2c/1p2coutflowproblem.hh b/test/boxmodels/1p2c/1p2coutflowproblem.hh index 6fd1e2af28c280759c8f8f10520b181a30be9b7e..af0c1732d035249b899c3ff3c977ceb23b6553fd 100644 --- a/test/boxmodels/1p2c/1p2coutflowproblem.hh +++ b/test/boxmodels/1p2c/1p2coutflowproblem.hh @@ -131,12 +131,12 @@ class OnePTwoCOutflowProblem : public PorousMediaBoxProblem<TypeTag> enum { // Grid and world dimension dim = GridView::dimension, - dimWorld = GridView::dimensionworld, + dimWorld = GridView::dimensionworld }; enum { // indices of the primary variables pressureIdx = Indices::pressureIdx, - massOrMoleFracIdx = Indices::massOrMoleFracIdx, + massOrMoleFracIdx = Indices::massOrMoleFracIdx }; enum { // indices of the equations