mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
Merge pull request #5509 from multitalentloes/fix_dispersion_comment
Correct comment about dispersion
This commit is contained in:
@@ -244,7 +244,7 @@ struct EnableDiffusion<TypeTag, TTag::FlowBaseProblem> {
|
|||||||
static constexpr bool value = true;
|
static constexpr bool value = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Enable dispersion
|
// Disable dispersion
|
||||||
template<class TypeTag>
|
template<class TypeTag>
|
||||||
struct EnableDispersion<TypeTag, TTag::FlowBaseProblem> {
|
struct EnableDispersion<TypeTag, TTag::FlowBaseProblem> {
|
||||||
static constexpr bool value = false;
|
static constexpr bool value = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user