From 6f352d879d0e8dcdc8f98f78369291ccaeb541c8 Mon Sep 17 00:00:00 2001 From: Kutscher <kutscher@irmb.tu-bs.de> Date: Thu, 30 Nov 2023 16:09:33 +0100 Subject: [PATCH] fix warnings --- apps/cpu/LaminarPlaneFlow/LaminarPlaneFlow.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/cpu/LaminarPlaneFlow/LaminarPlaneFlow.cpp b/apps/cpu/LaminarPlaneFlow/LaminarPlaneFlow.cpp index 3b1a95dbb..5808dc7dd 100644 --- a/apps/cpu/LaminarPlaneFlow/LaminarPlaneFlow.cpp +++ b/apps/cpu/LaminarPlaneFlow/LaminarPlaneFlow.cpp @@ -76,8 +76,6 @@ void pflowdp(string configname) SPtr<LBMUnitConverter> conv = SPtr<LBMUnitConverter>(new LBMUnitConverter()); - const int baseLevel = 0; - //bounding box real g_minX1 = 0; real g_minX2 = 0; -- GitLab