mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
[properties] replace remaining macro calls
This commit is contained in:
@@ -54,7 +54,11 @@ class DiffusionProblem;
|
||||
|
||||
namespace Opm::Properties {
|
||||
|
||||
NEW_TYPE_TAG(DiffusionBaseProblem);
|
||||
namespace TTag {
|
||||
|
||||
struct DiffusionBaseProblem {};
|
||||
|
||||
} // namespace TTag
|
||||
|
||||
// Set the grid implementation to be used
|
||||
template<class TypeTag>
|
||||
|
||||
Reference in New Issue
Block a user