Skip to content

Commit

Permalink
astyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
MFraters committed Nov 23, 2017
1 parent 7c00e21 commit f60b507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/simulator/parameters.cc
Original file line number Diff line number Diff line change
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 f60b507

Please sign in to comment.