From f9f18201e4c824bc9601c7cff8e37abc97a8fe9d Mon Sep 17 00:00:00 2001 From: Jan Mandel Date: Wed, 21 Feb 2024 23:32:21 -0700 Subject: [PATCH] $(NETCDF)/modules --- femwind/fortran/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/femwind/fortran/Makefile b/femwind/fortran/Makefile index fa72482..b77f060 100644 --- a/femwind/fortran/Makefile +++ b/femwind/fortran/Makefile @@ -9,8 +9,8 @@ FFLAGS = -g -C -I /opt/local/include LFLAGS = -L/opt/local/lib -lnetcdf -l netcdff FFLAGS = -pg -O3 -I $(NETCDF)/include FFLAGSOPT = -O3 -I $(NETCDF)/include -FFLAGS = -g -C -I $(NETCDF)/include -#FFLAGS = -O3 -I $(NETCDF)/include +FFLAGS = -g -C -I $(NETCDF)/include -I $(NETCDF)/modules +#FFLAGS = -O3 -I $(NETCDF)/include -I $(NETCDF)/modules LFLAGS = -L$(NETCDF)/lib -lnetcdf -lnetcdff default: all -- 2.11.4.GIT