From dbd3f02419819d2289866e8ceae11476ae35763c Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Thu, 23 Jan 2020 20:32:23 +0100
Subject: [PATCH] Fix header field/GhostLayerField.h

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

diff --git a/src/pystencils_autodiff/walberla.py b/src/pystencils_autodiff/walberla.py
index b4c1841..328a8b3 100644
--- a/src/pystencils_autodiff/walberla.py
+++ b/src/pystencils_autodiff/walberla.py
@@ -172,7 +172,7 @@ class FieldAllocation(JinjaCppFile):
         }
         super().__init__(ast_dict)
 
-    headers = ['"fields/GhostLayerField.h"']
+    headers = ['"field/GhostLayerField.h"']
 
     @property
     def symbol(self):
-- 
GitLab