From ec4567749062ce48783330b234a29fb4956667fc Mon Sep 17 00:00:00 2001 From: Randy LeVeque Date: Sun, 7 Oct 2012 23:15:16 -0400 Subject: [PATCH] added init_iflags.f to Makefile template --- src/python/clawutil/conversion/Makefile_amrclaw_2d | 1 + 1 file changed, 1 insertion(+) diff --git a/src/python/clawutil/conversion/Makefile_amrclaw_2d b/src/python/clawutil/conversion/Makefile_amrclaw_2d index c546adf4..66608769 100644 --- a/src/python/clawutil/conversion/Makefile_amrclaw_2d +++ b/src/python/clawutil/conversion/Makefile_amrclaw_2d @@ -52,6 +52,7 @@ SOURCES = \ $(AMRCLAW)/src/2d/auxcoarsen.f \ $(AMRCLAW)/src/2d/fixcapaq.f \ $(AMRCLAW)/src/2d/estdt.f \ + $(AMRCLAW)/src/2d/init_iflags.f \ $(AMRCLAW)/src/2d/igetsp.f \ $(AMRCLAW)/src/2d/reclam.f \ $(AMRCLAW)/src/2d/birect.f \