diff --git a/Makefile b/Makefile index cf5b974..529ebed 100644 --- a/Makefile +++ b/Makefile @@ -42,9 +42,9 @@ ifeq ($(ifort),1) FLAGS = -module $(objdir) -L$(objdir) -I$(INC) LFLAGS = -L$(LIB) -lnetcdf - DFLAGS = -vec-report0 -O3 + DFLAGS = -O3 ifeq ($(debug), 1) - DFLAGS = -C -traceback -ftrapuv -fpe0 -check all -vec-report0 + DFLAGS =-C -traceback -ftrapuv -fpe0 -check all # -w endif endif diff --git a/out_ncio.nc b/out_ncio.nc index c065e60..f0b14c0 100644 Binary files a/out_ncio.nc and b/out_ncio.nc differ