diff --git a/dumux/common/properties.hh b/dumux/common/properties.hh
index ee752d7c6987be2550cbcd0fbd06135a60bf0b98..e67b9a5770fc2af62599aad65be8ba21c6ded0ff 100644
--- a/dumux/common/properties.hh
+++ b/dumux/common/properties.hh
@@ -68,7 +68,6 @@ NEW_PROP_TAG(LocalResidual);
 //! TODO: Remove this property as soon as the decoupled models are integrated
 NEW_PROP_TAG(LinearSolver);
 
-
 ////////////////////////////////////////////////
 // Basic properties regarding balance equations
 /////////////////////////////////////////////////
@@ -77,7 +76,6 @@ NEW_PROP_TAG(UseMoles);               //! Property whether to use moles or kg as
 NEW_PROP_TAG(ReplaceCompEqIdx);       //! The component balance index that should be replaced by the total mass/mole balance
 NEW_PROP_TAG(BalanceEqOpts);          //! A class that collects options for the evaluation of the balance equations
 
-
 /////////////////////////////////////////////
 // Properties used by finite volume schemes:
 /////////////////////////////////////////////
@@ -102,7 +100,6 @@ NEW_PROP_TAG(GlobalFluxVariablesCache);            //! The global vector of flux
 NEW_PROP_TAG(EnableGlobalFluxVariablesCache);      //! specifies if data on flux vars should be saved (faster, but more memory consuming)
 NEW_PROP_TAG(GridVariables);                       //! The grid variables object managing variable data on the grid (volvars/fluxvars cache)
 
-
 /////////////////////////////////////////////////////////////////
 // Additional properties used by the cell-centered mpfa schemes:
 /////////////////////////////////////////////////////////////////
@@ -146,10 +143,12 @@ NEW_PROP_TAG(Formulation);                         //! The formulation of the mo
 NEW_PROP_TAG(UseConstraintSolver);                 //! Whether to use a contraint solver for computing the secondary variables
 NEW_PROP_TAG(UseKelvinEquation);                   //! If we use Kelvin equation to lower the vapor pressure as a function of capillary pressure, temperature
 
-/////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
 // Properties used by models involving mineralization:
-/////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
 NEW_PROP_TAG(NumSPhases);
+NEW_PROP_TAG(NonMineralizationVtkOutputFields);
+NEW_PROP_TAG(NonMineralizationVolumeVariables);
 
 /////////////////////////////////////////////////////////////
 // non-isothermal porous medium flow models
@@ -164,7 +163,6 @@ NEW_PROP_TAG(IsothermalNumEq);
 // or at the scvf center for analytical permeability fields (e.g. convergence studies)
 NEW_PROP_TAG(EvaluatePermeabilityAtScvfIP);
 
-
 //////////////////////////////////////////////////////////////
 // Additional properties used by the 2pnc and 2pncmin models:
 //////////////////////////////////////////////////////////////