Split velocity distribution function. Still don't know how to deal with injects

This commit is contained in:
Jorge Gonzalez 2026-02-18 20:38:45 +01:00
commit 21b112a591
4 changed files with 94 additions and 85 deletions

View file

@ -35,6 +35,9 @@ moduleProbe.o: mesh.o moduleProbe.f90
moduleSpecies.o: common.o moduleSpecies.f90
$(FC) $(FCFLAGS) -c $(subst .o,.f90,$@) -o $(OBJDIR)/$@
moduleInject.o: common.o moduleInject.f90
$(FC) $(FCFLAGS) -c $(subst .o,.f90,$@) -o $(OBJDIR)/$@
%.o: %.f90
$(FC) $(FCFLAGS) -c $< -o $(OBJDIR)/$@