Skip to content

Commit

Permalink
attempting to resolve gfortran12 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
emorway-usgs committed Jul 21, 2023
1 parent b3786a4 commit 49368b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ modflow_sources = files(
'Model' / 'GroundWaterFlow' / 'gwf3vsc8.f90',
'Model' / 'GroundWaterFlow' / 'gwf3wel8.f90',
'Model' / 'GroundWaterTransport' / 'gwt1.f90',
'Model' / 'GroundWaterTransport' / 'gwt1adv1.f90',
'Model' / 'GroundWaterTransport' / 'gwt1apt1.f90',
'Model' / 'GroundWaterTransport' / 'gwt1cnc1.f90',
'Model' / 'GroundWaterTransport' / 'gwt1dis1idm.f90',
Expand Down
7 changes: 5 additions & 2 deletions utils/zonebudget/make/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ include ./makedefaults

# Define the source file directories
SOURCEDIR1=../src
SOURCEDIR2=../../../src/Utilities
SOURCEDIR2=../../../src/Model/ModelUtilities
SOURCEDIR3=../../../src/Utilities

VPATH = \
${SOURCEDIR1} \
${SOURCEDIR2}
${SOURCEDIR2} \
${SOURCEDIR3}

.SUFFIXES: .f90 .F90 .o

Expand All @@ -29,6 +31,7 @@ $(OBJDIR)/InputOutput.o \
$(OBJDIR)/sort.o \
$(OBJDIR)/BlockParser.o \
$(OBJDIR)/ArrayReaders.o \
$(OBJDIR)/TspLabels.o \
$(OBJDIR)/zone.o \
$(OBJDIR)/Budget.o \
$(OBJDIR)/zoneoutput.o \
Expand Down
1 change: 1 addition & 0 deletions utils/zonebudget/pymake/extrafiles.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
../../../src/Model/ModelUtilities/TspLabels.f90
../../../src/Utilities/ArrayHandlers.f90
../../../src/Utilities/ArrayReaders.f90
../../../src/Utilities/BlockParser.f90
Expand Down

0 comments on commit 49368b6

Please sign in to comment.