From 4872bcc1943467926dc3a7d8665a46a0cc94d506 Mon Sep 17 00:00:00 2001 From: JGonzalez Date: Tue, 17 Feb 2026 09:31:38 +0100 Subject: [PATCH] Forgot to rename submodule in makefile --- src/modules/mesh/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/mesh/makefile b/src/modules/mesh/makefile index 7481690..279ec7c 100644 --- a/src/modules/mesh/makefile +++ b/src/modules/mesh/makefile @@ -21,7 +21,7 @@ all: moduleMesh.o inout.o 3DCart.o 2DCyl.o 2DCart.o 1DRad.o 1DCart.o 0D.o moduleMesh.o: moduleMeshCommon.o moduleMesh.f90 $(FC) $(FCFLAGS) -c $(subst .o,.f90,$@) -o $(OBJDIR)/$@ $(FC) $(FCFLAGS) -c moduleMesh@elements.f90 -o $(OBJDIR)/$@ - $(FC) $(FCFLAGS) -c moduleMesh@boundary.f90 -o $(OBJDIR)/$@ + $(FC) $(FCFLAGS) -c moduleMesh@boundaryParticle.f90 -o $(OBJDIR)/$@ inout.o: 3DCart.o 2DCyl.o 2DCart.o 1DRad.o 1DCart.o 0D.o $(MAKE) -C inout all