Skip to content

Commit c17657f

Browse files
committed
Including electromagnetics module in the unit makefile
1 parent b24b0dd commit c17657f

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

Diff for: unit/Makefile

+2-15
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,8 @@ include $(FRAMEWORK_DIR)/moose.mk
2626

2727
################################## MODULES ####################################
2828
# set desired physics modules equal to 'yes' to enable them
29-
CHEMICAL_REACTIONS := no
30-
CONTACT := no
31-
FLUID_PROPERTIES := no
32-
HEAT_CONDUCTION := no
33-
MISC := no
34-
NAVIER_STOKES := no
35-
PHASE_FIELD := no
36-
RDG := no
37-
RICHARDS := no
38-
SOLID_MECHANICS := no
39-
STOCHASTIC_TOOLS := no
40-
TENSOR_MECHANICS := no
41-
XFEM := no
42-
POROUS_FLOW := no
43-
LEVEL_SET := no
29+
ELECTROMAGNETICS := yes
30+
4431
include $(MOOSE_DIR)/modules/modules.mk
4532
###############################################################################
4633

0 commit comments

Comments
 (0)