--- trunk/Compiler_options/gfortran_debug.mk 2014/03/05 12:22:46 80 +++ trunk/Compiler_options/gfortran_debug.mk 2014/03/05 14:57:53 82 @@ -13,7 +13,7 @@ FFLAGS = $(addprefix -I, ${netcdf_inc_dir} ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir}) # Fortran language options: -FFLAGS += -std=f95 +FFLAGS += -ffree-form -std=f95 # Error and warning options: FFLAGS += -fmax-errors=1 -pedantic-errors -Wall -Wcharacter-truncation -Wimplicit-interface -Wunderflow -Wunreachable-code