From 430a4864ffacffc5429cee0f98566daf858c9925 Mon Sep 17 00:00:00 2001 From: kutscher <kutscher@irmb.tu-bs.de> Date: Fri, 19 Feb 2021 09:54:36 +0100 Subject: [PATCH] remove warnings in Multiphase.cpp --- apps/cpu/Multiphase/Multiphase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cpu/Multiphase/Multiphase.cpp b/apps/cpu/Multiphase/Multiphase.cpp index c765b245d..89b2cea5d 100644 --- a/apps/cpu/Multiphase/Multiphase.cpp +++ b/apps/cpu/Multiphase/Multiphase.cpp @@ -77,7 +77,7 @@ void run(string configname) SPtr<LBMUnitConverter> conv(new LBMUnitConverter()); - const int baseLevel = 0; + //const int baseLevel = 0; SPtr<LBMKernel> kernel; -- GitLab