Skip to content

Commit 2ac90e0

Browse files
simrnjandudavidscn
authored andcommitted
Removed redundant checking of case
Removed case checking by opting for Patterns::Anything()
1 parent e6aa18e commit 2ac90e0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

include/parameter/parameter_handling.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,7 @@ namespace Parameters
125125
"Testcase",
126126
testcase,
127127
"Testcase to compute",
128-
Patterns::Selection(
129-
"turek_hron|cook|tube3d|bending_flap|Wall_beam|perpendicular_flap|"
130-
"partitioned_heat_dirichlet|partitioned_heat_neumann"));
128+
Patterns::Anything());
131129
}
132130
prm.leave_subsection();
133131
}

0 commit comments

Comments
 (0)