Skip to content

Commit

Permalink
Fix Codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatalon committed Oct 3, 2023
1 parent 915a853 commit 29b326b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/FiniteVolume/nagumo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ int main(int argc, char* argv[])

// Multiresolution parameters
std::size_t min_level = 0;
std::size_t max_level = dim == 1 ? 5 : 3;
std::size_t max_level = 4;
double mr_epsilon = 1e-4; // Threshold used by multiresolution
double mr_regularity = 1.; // Regularity guess for multiresolution

Expand Down

0 comments on commit 29b326b

Please sign in to comment.