diff --git a/dumux/material/spatialparams/porenetwork/porenetwork1p.hh b/dumux/material/spatialparams/porenetwork/porenetwork1p.hh index 032d3f1cc190df8dfedfcb0cdd589d86577c30e5..b2e37144b43d85ed72d5dc429b0981b74d1a5368 100644 --- a/dumux/material/spatialparams/porenetwork/porenetwork1p.hh +++ b/dumux/material/spatialparams/porenetwork/porenetwork1p.hh @@ -36,8 +36,9 @@ namespace Dumux::PoreNetwork { * \brief The default class for spatial parameters for single-phase pore-network models. */ template +class [[deprecated("Use PoreNetwork::OnePDefaultSpatialParams from dumux/porenetwork/1p/spatialparams.hh instead. This class will be removed after 3.5.")]] -class OnePDefaultSpatialParams : public BaseSpatialParams> { using ParentType = BaseSpatialParams +class [[deprecated("Use PoreNetwork::TwoPSpatialParams from dumux/porenetwork/2p/spatialparams.hh instead. This class will be removed after 3.5.")]] -class TwoPBaseSpatialParams +TwoPBaseSpatialParams : public BaseSpatialParams> { using ParentType = BaseSpatialParams>; @@ -209,8 +210,9 @@ private: // TODO docme template +class [[deprecated("Use PoreNetwork::TwoPDefaultSpatialParams from dumux/porenetwork/2p/spatialparams.hh instead. This class will be removed after 3.5.")]] -class TwoPDefaultSpatialParams : public TwoPBaseSpatialParams> { using ParentType = TwoPBaseSpatialParams +class [[deprecated("Use PoreNetwork::SpatialParams from dumux/porenetwork/common/spatialparams.hh instead. This class will be removed after 3.5.")]] -class BaseSpatialParams +BaseSpatialParams { using GridView = typename GridGeometry::GridView; using SubControlVolume = typename GridGeometry::SubControlVolume;