diff --git a/Makefile b/Makefile index 7b63ce5e..c1a7d498 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ include $(FRAMEWORK_DIR)/moose.mk ################################## MODULES #################################### ALL_MODULES := no -TENSOR_MECHANICS := yes +SOLID_MECHANICS := yes include $(MOOSE_DIR)/modules/modules.mk ############################################################################### diff --git a/src/base/RedbackApp.C b/src/base/RedbackApp.C index f008b1ca..e3c576ef 100644 --- a/src/base/RedbackApp.C +++ b/src/base/RedbackApp.C @@ -18,12 +18,12 @@ #include "MooseSyntax.h" // Modules -#include "TensorMechanicsApp.h" +#include "SolidMechanicsApp.h" // Actions -//#include "RankTwoScalarAction.h" -//#include "RedbackAction.h" -//#include "RedbackMechAction.h" +// #include "RankTwoScalarAction.h" +// #include "RedbackAction.h" +// #include "RedbackMechAction.h" InputParameters RedbackApp::validParams() diff --git a/unit/Makefile b/unit/Makefile index b9b4af6c..e8d8d721 100644 --- a/unit/Makefile +++ b/unit/Makefile @@ -19,7 +19,7 @@ include $(FRAMEWORK_DIR)/moose.mk ################################## MODULES #################################### #HEAT_CONDUCTION := yes -TENSOR_MECHANICS := yes +SOLID_MECHANICS := yes MISC := yes include $(MOOSE_DIR)/modules/modules.mk ###############################################################################