Skip to content

Commit 0775111

Browse files
authored
Merge pull request #6724 from bangerth/x1
Make an argument 'const'.
2 parents 50c85c0 + 63b08c3 commit 0775111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/simulator/solver_schemes.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ namespace aspect
11221122

11231123

11241124
template <int dim>
1125-
void Simulator<dim>::solve_single_advection_iterated_newton_stokes (bool use_newton_iterations)
1125+
void Simulator<dim>::solve_single_advection_iterated_newton_stokes (const bool use_newton_iterations)
11261126
{
11271127
// First assemble and solve the temperature and compositional fields
11281128
assemble_and_solve_temperature();

0 commit comments

Comments
 (0)