Skip to content

Commit

Permalink
astyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
MFraters committed Nov 17, 2017
1 parent 52348d3 commit 8ad1385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/simulator/parameters.cc
Expand Up @@ -1092,7 +1092,7 @@ namespace aspect
use_Newton_stabilisation_A_block = prm.get("Use Newton stabilization A block");
use_Newton_failsafe = prm.get_bool("Use Newton failsafe");
AssertThrow(DEAL_II_VERSION_GTE(9,0,0) || !use_Newton_failsafe, ExcMessage("The failsafe option can't be used with a deal.ii "
" les then 9.0.0."));
" les then 9.0.0."));
}
prm.leave_subsection ();
prm.enter_subsection ("AMG parameters");
Expand Down

0 comments on commit 8ad1385

Please sign in to comment.