From d3674fdd7bdd2ca7bccf7af4f9114ae3bf474e98 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Fri, 31 Jan 2020 15:57:02 +0100
Subject: [PATCH] Fix doubled member of class

---
 src/pystencils_autodiff/walberla.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/pystencils_autodiff/walberla.py b/src/pystencils_autodiff/walberla.py
index 69f939d..005e4e3 100644
--- a/src/pystencils_autodiff/walberla.py
+++ b/src/pystencils_autodiff/walberla.py
@@ -918,4 +918,3 @@ class Communication(JinjaCppFile):
         super().__init__(ast_dict)
 
     headers = ["<algorithm>"]
-    headers = ["<algorithm>"]
-- 
GitLab