From 9a2b4721eb4a4431197246d8638d9ec2d051c9ed Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Fri, 30 Jun 2023 18:13:02 -0400 Subject: [PATCH] CarpetX: Correct makefile --- CarpetX/src/make.code.defn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CarpetX/src/make.code.defn b/CarpetX/src/make.code.defn index c9da215a7..16d69cf5e 100644 --- a/CarpetX/src/make.code.defn +++ b/CarpetX/src/make.code.defn @@ -12,7 +12,7 @@ SRCS = \ boundaries_impl_pos_neg.cxx \ boundaries_impl_pos_pos.cxx \ boundaries_impl_int_neg_neg.cxx \ - boundaries_impl_net_neg_neg.cxx \ + boundaries_impl_neg_neg_neg.cxx \ boundaries_impl_pos_neg_neg.cxx \ driver.cxx \ fillpatch.cxx \