From c17657f87f92184af069999ea3f955036dcb91bc Mon Sep 17 00:00:00 2001 From: csdechant Date: Tue, 26 Nov 2024 13:02:42 -0700 Subject: [PATCH] Including electromagnetics module in the unit makefile --- unit/Makefile | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/unit/Makefile b/unit/Makefile index b4d73962e17..bb1afea0258 100644 --- a/unit/Makefile +++ b/unit/Makefile @@ -26,21 +26,8 @@ include $(FRAMEWORK_DIR)/moose.mk ################################## MODULES #################################### # set desired physics modules equal to 'yes' to enable them -CHEMICAL_REACTIONS := no -CONTACT := no -FLUID_PROPERTIES := no -HEAT_CONDUCTION := no -MISC := no -NAVIER_STOKES := no -PHASE_FIELD := no -RDG := no -RICHARDS := no -SOLID_MECHANICS := no -STOCHASTIC_TOOLS := no -TENSOR_MECHANICS := no -XFEM := no -POROUS_FLOW := no -LEVEL_SET := no +ELECTROMAGNETICS := yes + include $(MOOSE_DIR)/modules/modules.mk ###############################################################################