Skip to content

Commit

Permalink
Merge pull request #200 from GiudGiud/PR_rename_tensor
Browse files Browse the repository at this point in the history
Remove header that no longer exists
  • Loading branch information
mlesueur authored Mar 7, 2024
2 parents ec39b9b + 49f7799 commit 28aec55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
###############################################################################

Expand Down
8 changes: 4 additions & 4 deletions src/base/RedbackApp.C
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion unit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
###############################################################################
Expand Down

0 comments on commit 28aec55

Please sign in to comment.