From 552026faa05d4982e9d8a9ac52a886053a95ce27 Mon Sep 17 00:00:00 2001 From: kutscher <kutscher@irmb.tu-bs.de> Date: Tue, 25 May 2021 21:31:42 +0200 Subject: [PATCH] fix warnings 6 --- apps/cpu/MultiphaseDropletTest/droplet.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/cpu/MultiphaseDropletTest/droplet.cpp b/apps/cpu/MultiphaseDropletTest/droplet.cpp index c054edbbd..092d5a16a 100644 --- a/apps/cpu/MultiphaseDropletTest/droplet.cpp +++ b/apps/cpu/MultiphaseDropletTest/droplet.cpp @@ -37,9 +37,9 @@ void run(string configname) double Re = config.getValue<double>("Re"); double dx = config.getValue<double>("dx"); bool logToFile = config.getValue<bool>("logToFile"); - double restartStep = config.getValue<double>("restartStep"); - double cpStart = config.getValue<double>("cpStart"); - double cpStep = config.getValue<double>("cpStep"); + //double restartStep = config.getValue<double>("restartStep"); + //double cpStart = config.getValue<double>("cpStart"); + //double cpStep = config.getValue<double>("cpStep"); bool newStart = config.getValue<bool>("newStart"); double beta = 12 * sigma / interfaceThickness; -- GitLab