From ba17f611b8b88b477565b79f39592d2b4b2c093b Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Mon, 15 Oct 2012 14:19:19 +0200 Subject: [PATCH] Cleanup --- src/one-body-sample.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/one-body-sample.cc b/src/one-body-sample.cc index 37f571b1..3bb04f71 100644 --- a/src/one-body-sample.cc +++ b/src/one-body-sample.cc @@ -390,10 +390,6 @@ int main(int argc, char *argv[]) { if (frictionalNodes[i][0]) { double const V = ud[i].two_norm(); - // // the (logarithmic) steady state corresponding to the - // // current velocity - // std::cout << std::log(L/V) << std::endl; - switch (parset.get<Config::state_model>( "boundary.friction.state.model")) { case Config::Dieterich: -- GitLab