mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
correct comment
This commit is contained in:
parent
51e8bb7191
commit
b905b5ec33
@ -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