Skip to content

Commit

Permalink
Removes appendMooseObjectTask from PlatypusApp.C.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Palmer committed Jul 12, 2024
1 parent eaaf762 commit a666816
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/base/PlatypusApp.C
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ associateSyntaxInner(Syntax & syntax, ActionFactory & /*action_factory*/)
addTaskDependency("add_aux_variable", "add_mfem_fespaces");
addTaskDependency("add_elemental_field_variable", "add_mfem_fespaces");
addTaskDependency("add_kernel", "add_mfem_fespaces");

// add aux variables.
appendMooseObjectTask("add_aux_variable", MFEMVariable);
}

void
Expand Down

0 comments on commit a666816

Please sign in to comment.