Skip to content
Snippets Groups Projects
Commit 3cc20c5b authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

[discretization] deprecate FVGridGeometry

parent e0beecb3
No related branches found
No related tags found
1 merge request!1647Feature/generalize fvgridgeometry
...@@ -113,7 +113,7 @@ struct ElementBoundaryTypes { using type = UndefinedProperty; }; ...@@ -113,7 +113,7 @@ struct ElementBoundaryTypes { using type = UndefinedProperty; };
// TODO: Remove deprecated property FVGridGeometry after 3.1 // TODO: Remove deprecated property FVGridGeometry after 3.1
template<class TypeTag, class MyTypeTag> template<class TypeTag, class MyTypeTag>
struct FVGridGeometry { using type = UndefinedProperty; }; //!< The type of the global finite volume geometry struct [[deprecated("Use GridGeometry instead.")]] FVGridGeometry { using type = UndefinedProperty; }; //!< The type of the global finite volume geometry
// Dumux 3.1 changes the property `FVGridGeometry` to `GridGeometry`. // Dumux 3.1 changes the property `FVGridGeometry` to `GridGeometry`.
// For ensuring backward compatibility, it is necessary to set the default value // For ensuring backward compatibility, it is necessary to set the default value
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment