correct comment

This commit is contained in:
Tobias Meyer Andersen 2024-08-06 15:26:25 +02:00
parent 51e8bb7191
commit b905b5ec33

View File

@ -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;