From 5f8f57ee0fce5efe7425552615a587baf7f48fcc Mon Sep 17 00:00:00 2001
From: Joern Behrens <joern.behrens@uni-hamburg.de>
Date: Thu, 27 Jan 2022 11:01:12 +0100
Subject: [PATCH] Added IO_vtu to Stacked in Makefile

---
 flash2d/compile/Makefiles/Makefile.common | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flash2d/compile/Makefiles/Makefile.common b/flash2d/compile/Makefiles/Makefile.common
index eb4f9a6..1434756 100644
--- a/flash2d/compile/Makefiles/Makefile.common
+++ b/flash2d/compile/Makefiles/Makefile.common
@@ -249,6 +249,7 @@ StackedSpherical:
 	@cp $(OPTDIR)/ADV_rhs_stacked.f90 ADV_rhs.f90
 	@cp $(OPTDIR)/ADV_semilagrange_stacked.F90 ADV_semilagrange.F90
 	@cp $(OPTDIR)/ADV_wind_stacked.f90 ADV_wind.f90
+	@cp $(OPTDIR)/IO_vtu_stacked.F90 IO_vtu.F90
 	@cp $(OPTDIR)/IO_vtuplot_stacked.F90 IO_vtuplot.F90
 	@cp $(OPTDIR)/SLM_advanced_stacked.f90 SLM_advanced.f90
 	@cp $(OPTDIR)/SLM_errorestimate_stacked.f90 SLM_errorestimate.f90
-- 
GitLab