Skip to content

Commit

Permalink
add intertia truss to makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
MassimoPetracca committed Oct 6, 2021
1 parent 4ff0314 commit 5a8fc24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions SRC/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ ELE_LIBS = $(FE)/element/Element.o \
$(FE)/element/truss/Truss2.o \
$(FE)/element/truss/CorotTruss2.o \
$(FE)/element/truss/N4BiaxialTruss.o \
$(FE)/element/truss/InertiaTruss.o \
$(FE)/element/zeroLength/ZeroLengthContact2D.o \
$(FE)/element/zeroLength/ZeroLengthContact3D.o \
$(FE)/element/zeroLength/ZeroLengthContactNTS2D.o \
Expand Down
3 changes: 2 additions & 1 deletion SRC/element/truss/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ OBJS = Truss.o \
CorotTrussSection.o \
Truss2.o \
N4BiaxialTruss.o \
CorotTruss2.o
CorotTruss2.o \
InertiaTruss.o

all: $(OBJS)

Expand Down

0 comments on commit 5a8fc24

Please sign in to comment.