Skip to content
Snippets Groups Projects
Commit 552026fa authored by kutscher's avatar kutscher
Browse files

fix warnings 6

parent 01294896
No related branches found
No related tags found
1 merge request!52Develop
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment