Skip to content

Commit

Permalink
Merge pull request #670 from sewkokot/fixImportErrorMPCOrecorder
Browse files Browse the repository at this point in the history
Adding MPCORecorder to Makefile to fix error on linux
  • Loading branch information
mhscott committed Oct 2, 2021
2 parents 72fd61f + 3083df6 commit ec812d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SRC/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ RECORDER_LIBS = $(FE)/recorder/Recorder.o \
$(FE)/recorder/DamageRecorder.o \
$(FE)/recorder/RemoveRecorder.o \
$(FE)/recorder/PVDRecorder.o \
$(FE)/recorder/MPCORecorder.o \
$(FE)/recorder/GmshRecorder.o \
$(FE)/recorder/ElementRecorderRMS.o \
$(FE)/recorder/NodeRecorderRMS.o \
Expand Down

0 comments on commit ec812d9

Please sign in to comment.