We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50c85c0 + 63b08c3 commit 0775111Copy full SHA for 0775111
source/simulator/solver_schemes.cc
@@ -1122,7 +1122,7 @@ namespace aspect
1122
1123
1124
template <int dim>
1125
- void Simulator<dim>::solve_single_advection_iterated_newton_stokes (bool use_newton_iterations)
+ void Simulator<dim>::solve_single_advection_iterated_newton_stokes (const bool use_newton_iterations)
1126
{
1127
// First assemble and solve the temperature and compositional fields
1128
assemble_and_solve_temperature();
0 commit comments