Skip to content
Snippets Groups Projects
Commit 475b5fe2 authored by Timo Koch's avatar Timo Koch
Browse files

[properties] Add macros and use new property system

* Adjust old macro test to only use existing macros
* Depracate the header containing the macros (they should be replaced soon)

Clues when changing to new property system
* NEW_PROP_TAG is now a definition and can only be there once just like NEW_TYPE_TAG
  - if you're not using macros you can simply use forward declarations of properties whereever needed
  - for the most properties in dumux the definition is in the header common/properties.hh which can just be included
* The order of precedence in INHERITS_FROM is reverse than in the previous implementation
  - if the macro is used the order is flipped
  - if you replace the macro you also have to flip the order manually
parent 4a62d46e
No related branches found
No related tags found
2 merge requests!1269[1pncmin tests changed],!1211[properties] Add property system implementation without macros and variadic templates
Loading
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