Skip to content
Snippets Groups Projects
Commit fae58a35 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix usage of scale_mesh parameter

parent fd7aa711
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ int main(int argc, char* argv[])
try
{
scaleLength = parseFloatParameter("scale_length", "1");
scaleMesh = parseFloatParameter("mesh_length", "1");
scaleMesh = parseFloatParameter("scale_mesh", "1");
scaleMass = parseFloatParameter("scale_mass", "1");
}
catch (const std::invalid_argument&)
......
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