From d5ed6ec1e307753fc21c878a442a15233a6e93b7 Mon Sep 17 00:00:00 2001
From: Michael Kuron <m.kuron@gmx.de>
Date: Fri, 7 Feb 2020 15:42:01 +0100
Subject: [PATCH] Fix printing of file name in template cpp files

---
 pystencils_walberla/templates/Sweep.tmpl.cpp           | 2 +-
 pystencils_walberla/templates/SweepInnerOuter.tmpl.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pystencils_walberla/templates/Sweep.tmpl.cpp b/pystencils_walberla/templates/Sweep.tmpl.cpp
index d89dbb8..8628e40 100644
--- a/pystencils_walberla/templates/Sweep.tmpl.cpp
+++ b/pystencils_walberla/templates/Sweep.tmpl.cpp
@@ -13,7 +13,7 @@
 //  You should have received a copy of the GNU General Public License along
 //  with waLBerla (see COPYING.txt). If not, see <http://www.gnu.org/licenses/>.
 //
-//! \\file {{className}}.cpp
+//! \\file {{class_name}}.cpp
 //! \\ingroup lbm
 //! \\author lbmpy
 //======================================================================================================================
diff --git a/pystencils_walberla/templates/SweepInnerOuter.tmpl.cpp b/pystencils_walberla/templates/SweepInnerOuter.tmpl.cpp
index f8c72ec..bdff846 100644
--- a/pystencils_walberla/templates/SweepInnerOuter.tmpl.cpp
+++ b/pystencils_walberla/templates/SweepInnerOuter.tmpl.cpp
@@ -13,7 +13,7 @@
 //  You should have received a copy of the GNU General Public License along
 //  with waLBerla (see COPYING.txt). If not, see <http://www.gnu.org/licenses/>.
 //
-//! \\file {{className}}.cpp
+//! \\file {{class_name}}.cpp
 //! \\ingroup lbm
 //! \\author lbmpy
 //======================================================================================================================
-- 
GitLab