Skip to content

Commit

Permalink
Merge pull request idaholab#15705 from loganharbour/xfem_depend
Browse files Browse the repository at this point in the history
Add XFEM to common modules listing in modules.mk
  • Loading branch information
loganharbour authored Aug 5, 2020
2 parents 52bda44 + 1787ea6 commit d46e715
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/modules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ ifeq ($(CONTACT),yes)
TENSOR_MECHANICS := yes
endif

ifeq ($(XFEM),yes)
TENSOR_MECHANICS := yes
endif

# The master list of all moose modules
MODULE_NAMES := "chemical_reactions contact external_petsc_solver fluid_properties functional_expansion_tools geochemistry heat_conduction level_set misc navier_stokes peridynamics phase_field porous_flow rdg richards stochastic_tools tensor_mechanics xfem"

Expand Down

0 comments on commit d46e715

Please sign in to comment.