Skip to content

Commit c3c9969

Browse files
committed
minor
1 parent 7836fba commit c3c9969

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Exec/GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# AMREX_HOME defines the directory in which we will find all the AMReX code.
22
AMREX_HOME ?= ../../amrex
3-
SUNDIALS_HOME ?= ../../sundials/instdir
43

54
DEBUG = FALSE
65
USE_MPI = TRUE
@@ -14,6 +13,7 @@ USE_ML = FALSE
1413
TINY_PROFILE = FALSE
1514
PROFILE = FALSE
1615
USE_SUNDIALS = FALSE
16+
SUNDIALS_HOME ?= ../../sundials/instdir
1717

1818
ifeq ($(USE_ML),TRUE)
1919

0 commit comments

Comments
 (0)