From 03988580e6a306a8be2cfa40a7a75927a009bf44 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 3 Aug 2021 16:12:24 -0400 Subject: Force REAL8 --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 35d39a2..2435f37 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ # makefile for MOOG with all of the common block assignments; -# this is for my Mac laptop # here are the object files OBJECTS = Abfind.o Abpop.o Abunplot.o Batom.o Begin.o Binary.o \ @@ -34,7 +33,7 @@ X11LIB = /usr/X11/lib SMLIB = /usr/local/lib FC = gfortran -FFLAGS = -std=legacy -w -ff2c +FFLAGS = -w -ff2c -fdefault-double-8 -fdefault-real-8 LDFLAGS = -L$(X11LIB) -lX11 -ltcl -ltk -L$(SMLIB) -lplotsub -ldevices -lutils # here are the compilation and linking commands -- cgit