Split velocity distribution function. Still don't know how to deal with injects
This commit is contained in:
parent
7535f5aaaa
commit
21b112a591
4 changed files with 94 additions and 85 deletions
|
|
@ -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)/$@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue