Merge pull request #5509 from multitalentloes/fix_dispersion_comment

Correct comment about dispersion
This commit is contained in:
Arne Morten Kvarving 2024-08-06 15:51:43 +02:00 committed by GitHub
commit 99fac74cfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;