Skip to content

Commit

Permalink
Add Particle fortran interface directory to Pdir
Browse files Browse the repository at this point in the history
  • Loading branch information
chaw0023 committed Apr 19, 2019
1 parent ae58f6d commit a6fdc77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GNUmakefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ include $(AMREX_HOME)/Tools/GNUMake/Make.defs
Pdirs := Base AmrCore Amr Boundary
ifeq ($(USE_PARTICLES),TRUE)
Pdirs += Particle
ifeq ($(USE_FORTRAN_INTERFACE),TRUE)
Pdirs += F_Interfaces/Particle
endif
endif
ifeq ($(USE_FORTRAN_INTERFACE),TRUE)
Pdirs += F_Interfaces/Base F_Interfaces/Octree F_Interfaces/AmrCore
Expand Down

0 comments on commit a6fdc77

Please sign in to comment.