Skip to content

Commit

Permalink
merge nondime
Browse files Browse the repository at this point in the history
  • Loading branch information
fangjian authored and fangjian committed Nov 7, 2023
1 parent af10977 commit a7a2138
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
#FCFLAGS= -Wuse-without-only -g
#FC=mpif90
FC=ftn
FC=h5pfc

SRCDIR = src user_define_module
OBJDIR = obj
Expand All @@ -30,10 +30,10 @@ VPATH = $(SRCDIR):$(OBJDIR)

srs= strings.F90 fdnn.F90 singleton.F90 commtype.F90 stlaio.F90 constdef.F90 tecio.F90 \
vtkio.F90 interp.F90 commvar.F90 utility.F90 thermchem.F90 commarray.F90 fludyna.F90 \
parallel.F90 hdf5io.F90 cmdefne.F90 commfunc.F90 commcal.F90 models.F90 \
statistic.F90 userdefine.F90 bc.F90 readwrite.F90 geom.F90 ibmethod.F90 \
gridgeneration.F90 riemann.F90 comsolver.F90 solver.F90 pp.F90 initialisation.F90 \
mainloop.F90 test.F90 astr.F90
parallel.F90 hdf5io.F90 cmdefne.F90 commfunc.F90 commcal.F90 models.F90 statistic.F90 \
userdefine_channel.F90 bc.F90 readwrite.F90 geom.F90 ibmethod.F90 gridgeneration.F90 \
riemann.F90 comsolver.F90 solver.F90 pp.F90 initialisation.F90 mainloop.F90 test.F90 \
astr.F90

OBJS=$(srs:.F90=.o)

Expand Down

0 comments on commit a7a2138

Please sign in to comment.