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