Skip to content

Commit

Permalink
Remember that Patterns::Integer has *inclusive* bounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
bangerth committed Jun 25, 2018
1 parent bd0a0d8 commit b6142f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/simulator/parameters.cc
Expand Up @@ -48,7 +48,7 @@ namespace aspect
declare_parameters (ParameterHandler &prm)
{
prm.declare_entry ("Dimension", "2",
Patterns::Integer (2,4),
Patterns::Integer (2,3),
"The number of space dimensions you want to run this program in. "
"ASPECT can run in 2 and 3 space dimensions.");
prm.declare_entry ("Additional shared libraries", "",
Expand Down

0 comments on commit b6142f9

Please sign in to comment.