mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
[properties] replace BEGIN/END_PROPERTIES macro calls
This commit is contained in:
@@ -56,7 +56,7 @@ template <class TypeTag>
|
||||
class FlashModel;
|
||||
}
|
||||
|
||||
BEGIN_PROPERTIES
|
||||
namespace Opm::Properties {
|
||||
|
||||
//! The type tag for the isothermal single phase problems
|
||||
NEW_TYPE_TAG(FlashModel, INHERITS_FROM(MultiPhaseBaseModel,
|
||||
@@ -123,7 +123,7 @@ struct EnableDiffusion<TypeTag, TTag::FlashModel> { static constexpr bool value
|
||||
template<class TypeTag>
|
||||
struct EnableEnergy<TypeTag, TTag::FlashModel> { static constexpr bool value = false; };
|
||||
|
||||
END_PROPERTIES
|
||||
} // namespace Opm::Properties
|
||||
|
||||
namespace Opm {
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#include <opm/models/io/vtkenergymodule.hh>
|
||||
#include <opm/models/io/vtkdiffusionmodule.hh>
|
||||
|
||||
BEGIN_PROPERTIES
|
||||
namespace Opm::Properties {
|
||||
|
||||
//! The type of the flash constraint solver
|
||||
template<class TypeTag, class MyTypeTag>
|
||||
@@ -44,6 +44,6 @@ struct FlashSolver { using type = UndefinedProperty; };
|
||||
template<class TypeTag, class MyTypeTag>
|
||||
struct FlashTolerance { using type = UndefinedProperty; };
|
||||
|
||||
END_PROPERTIES
|
||||
} // namespace Opm::Properties
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user