Skip to content
Snippets Groups Projects
Commit 4898cfb7 authored by Kilian Weishaupt's avatar Kilian Weishaupt Committed by Timo Koch
Browse files

[staggeredGrid][FicksLaw] Forward declare property

* Forward declare CellCenterPrimaryVariables to avoid issues with non-staggered
 discretizations (header is always included)
parent 428f103a
No related branches found
No related tags found
2 merge requests!617[WIP] Next,!390Feature/staggered components
...@@ -42,6 +42,7 @@ namespace Properties ...@@ -42,6 +42,7 @@ namespace Properties
NEW_PROP_TAG(NumPhases); NEW_PROP_TAG(NumPhases);
NEW_PROP_TAG(ReplaceCompEqIdx); NEW_PROP_TAG(ReplaceCompEqIdx);
NEW_PROP_TAG(UseMoles); NEW_PROP_TAG(UseMoles);
NEW_PROP_TAG(CellCenterPrimaryVariables);
} }
/*! /*!
......
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