From 4f23d8d31a1cc1c84edff05a1621715479294e3f Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Thu, 25 Jul 2024 17:37:56 -0700 Subject: [PATCH] No longer need to use Fortran --- GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index a68ea05..6d29486 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,6 +3,8 @@ ### ------------------------------------------------------ AMREX_HOME ?= ../amrex +BL_NO_FORT = TRUE + PRECISION = FLOAT PRECISION = DOUBLE