Files compile but there is no linking in mesh module
This commit is contained in:
parent
5dfc8d4ce9
commit
135f1f464c
7 changed files with 57 additions and 51 deletions
|
|
@ -17,7 +17,8 @@ OBJECTS = $(OBJDIR)/moduleMesh.o $(OBJDIR)/moduleMeshCommon.o $(OBJDIR)/moduleCo
|
|||
$(OBJDIR)/moduleMesh1DCart.o \
|
||||
$(OBJDIR)/moduleMesh0D.o \
|
||||
$(OBJDIR)/moduleSolver.o \
|
||||
$(OBJDIR)/modulePusher.o
|
||||
$(OBJDIR)/modulePusher.o \
|
||||
$(OBJDIR)/velocityDistribution.o
|
||||
|
||||
|
||||
all: $(OUTPUT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue