File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1- # makefile created by pymake for the 'mf6' executable.
1+ # makefile created by pymake (version 1.2.10.dev0) for the 'mf6' executable.
22
33
44include ./makedefaults
55
66# Define the source file directories
7- SOURCEDIR1 =../src
7+ SOURCEDIR1 =../src
88SOURCEDIR2 =../src/Distributed
99SOURCEDIR3 =../src/Exchange
1010SOURCEDIR4 =../src/Idm
@@ -352,6 +352,7 @@ $(OBJDIR)/HGeoUtil.o \
352352$(OBJDIR ) /gwf-vsc.o \
353353$(OBJDIR ) /GwfNpfOptions.o \
354354$(OBJDIR ) /GwfConductanceUtils.o \
355+ $(OBJDIR ) /PbstBase.o \
355356$(OBJDIR ) /InterfaceMap.o \
356357$(OBJDIR ) /SeqVector.o \
357358$(OBJDIR ) /ImsLinearSettings.o \
@@ -381,6 +382,7 @@ $(OBJDIR)/GwfMvrPeriodData.o \
381382$(OBJDIR ) /ImsLinearMisc.o \
382383$(OBJDIR ) /gwf-npf.o \
383384$(OBJDIR ) /GwfBuyInputData.o \
385+ $(OBJDIR ) /gwe-shf.o \
384386$(OBJDIR ) /GweCndOptions.o \
385387$(OBJDIR ) /VirtualSolution.o \
386388$(OBJDIR ) /SparseMatrix.o \
@@ -536,7 +538,9 @@ $(OBJDIR)/sparsekit.o \
536538$(OBJDIR ) /rcm.o \
537539$(OBJDIR ) /blas1_d.o \
538540$(OBJDIR ) /Iunit.o \
541+ $(OBJDIR ) /tsp-apt.o \
539542$(OBJDIR ) /GwfSfrCommon.o \
543+ $(OBJDIR ) /gwt-mst.o \
540544$(OBJDIR ) /gwf-sfr-transient.o \
541545$(OBJDIR ) /gwf-sfr-steady.o \
542546$(OBJDIR ) /gwf-sfr-constant.o \
Original file line number Diff line number Diff line change @@ -173,7 +173,9 @@ modflow_sources = files(
173173 ' Model' / ' GroundWaterEnergy' / ' gwe-lke.f90' ,
174174 ' Model' / ' GroundWaterEnergy' / ' gwe-mwe.f90' ,
175175 ' Model' / ' GroundWaterEnergy' / ' gwe-sfe.f90' ,
176+ ' Model' / ' GroundWaterEnergy' / ' gwe-shf.f90' ,
176177 ' Model' / ' GroundWaterEnergy' / ' gwe-uze.f90' ,
178+ ' Model' / ' GroundWaterEnergy' / ' PbstBase.f90' ,
177179 ' Model' / ' GroundWaterFlow' / ' gwf.f90' ,
178180 ' Model' / ' GroundWaterFlow' / ' gwf-api.f90' ,
179181 ' Model' / ' GroundWaterFlow' / ' gwf-buy.f90' ,
You can’t perform that action at this time.
0 commit comments