Skip to content
Snippets Groups Projects
Commit dc1d585d authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Rename: timesteps -> timeSteps

parent eb33f3e4
No related branches found
No related tags found
No related merge requests found
...@@ -278,7 +278,7 @@ int main(int argc, char *argv[]) { ...@@ -278,7 +278,7 @@ int main(int argc, char *argv[]) {
auto const b = parset.get<double>("boundary.friction.ruina.b"); auto const b = parset.get<double>("boundary.friction.ruina.b");
auto const eta = parset.get<double>("boundary.friction.eta"); auto const eta = parset.get<double>("boundary.friction.eta");
auto const mu = parset.get<double>("boundary.friction.mu"); auto const mu = parset.get<double>("boundary.friction.mu");
auto const timesteps = parset.get<size_t>("timesteps"); auto const timesteps = parset.get<size_t>("timeSteps");
double const tau = 1.0 / timesteps; double const tau = 1.0 / timesteps;
octave_writer << "# name: A" << std::endl << "# type: matrix" << std::endl octave_writer << "# name: A" << std::endl << "# type: matrix" << std::endl
......
# -*- mode:conf -*- # -*- mode:conf -*-
timesteps = 1000 timeSteps = 1000
verbose = false verbose = false
printCoefficient = false printCoefficient = false
......
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