diff --git a/apps/cpu/MultiphaseDropletTest/droplet.cpp b/apps/cpu/MultiphaseDropletTest/droplet.cpp index c054edbbdd72705a81c7811661cc53b5b311fb88..092d5a16a36b47c726f0f85463484f0c97fdecd0 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;