Skip to content

Commit

Permalink
Get the NonlinearSystemBase
Browse files Browse the repository at this point in the history
Refs #13145
  • Loading branch information
lindsayad committed Apr 9, 2019
1 parent 97c0cb3 commit 026fd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/actions/CreateDisplacedProblemAction.C
Expand Up @@ -137,7 +137,7 @@ CreateDisplacedProblemAction::act()

if (_current_task == "add_algebraic_rm")
{
auto & undisplaced_nl = _problem->getNonlinearSystem();
auto & undisplaced_nl = _problem->getNonlinearSystemBase();
auto & undisplaced_aux = _problem->getAuxiliarySystem();

auto displaced_problem_ptr = _problem->getDisplacedProblem();
Expand Down

0 comments on commit 026fd62

Please sign in to comment.