From 362366b908b37227be96f5d2ff9227a52fbd71c3 Mon Sep 17 00:00:00 2001 From: Alex Lin Date: Fri, 29 Jan 2016 10:13:56 -0600 Subject: [PATCH] er7_utils rkn4 directory is not compiled Yup, it's not. No one notices we've left it out for a couple of years now. I've added the directory to the list of directories to compile. refs #173 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a8f37b93..b4ee747e 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,7 @@ ER7_UTILS_DIRS = \ ${ER7_UTILS_HOME}/integration/rkf45 \ ${ER7_UTILS_HOME}/integration/rkf78 \ ${ER7_UTILS_HOME}/integration/rkg4 \ + ${ER7_UTILS_HOME}/integration/rkn4 \ ${ER7_UTILS_HOME}/integration/symplectic_euler \ ${ER7_UTILS_HOME}/integration/velocity_verlet \ ${ER7_UTILS_HOME}/interface \