From 009c0ef869a863c3ca2bfeb60204772979a2555f Mon Sep 17 00:00:00 2001
From: Frederik Hennig <frederik.hennig@fau.de>
Date: Fri, 28 Mar 2025 10:28:13 +0100
Subject: [PATCH] fix linter

---
 src/walberla/codegen/sweep.py                    | 1 -
 user_manual/examples/SparseSpiral/CMakeLists.txt | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/walberla/codegen/sweep.py b/src/walberla/codegen/sweep.py
index e0f7522..5537633 100644
--- a/src/walberla/codegen/sweep.py
+++ b/src/walberla/codegen/sweep.py
@@ -30,7 +30,6 @@ from pystencilssfg.lang import (
     SfgVar,
     AugExpr,
     Ref,
-    strip_ptr_ref,
     SupportsFieldExtraction,
     SupportsVectorExtraction,
 )
diff --git a/user_manual/examples/SparseSpiral/CMakeLists.txt b/user_manual/examples/SparseSpiral/CMakeLists.txt
index 1e5977d..92426be 100644
--- a/user_manual/examples/SparseSpiral/CMakeLists.txt
+++ b/user_manual/examples/SparseSpiral/CMakeLists.txt
@@ -3,4 +3,6 @@ add_executable( SparseSpiral SparseSpiral.cpp )
 walberla_generate_sources( SparseSpiral SCRIPTS SpiralSweep.py )
 target_link_libraries( SparseSpiral PRIVATE walberla::core walberla::blockforest walberla::field walberla::vtk walberla::experimental )
 
+add_dependencies( SfgTests SparseSpiral )
+
 add_test( NAME SparseSpiral COMMAND SparseSpiral )
-- 
GitLab