From 38e996939ae47a7b1de93aa02a21f69a7808caad Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Fri, 25 May 2012 11:27:30 +0200 Subject: [PATCH] Whitespace; comments --- src/one-body-sample.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/one-body-sample.cc b/src/one-body-sample.cc index 568349e9..a5b7003d 100644 --- a/src/one-body-sample.cc +++ b/src/one-body-sample.cc @@ -212,7 +212,7 @@ int main(int argc, char *argv[]) { typedef MyConvexProblem<OperatorType, VectorType> MyConvexProblemType; typedef MyBlockProblem<MyConvexProblemType> MyBlockProblemType; - // {{{ Set up TNNMG solver + // Set up TNNMG solver MySolver<dim, VectorType, OperatorType, GridType, MyBlockProblemType> mySolver(parset.sub("solver.tnnmg"), refinements, solver_tolerance, *grid, ignoreNodes); @@ -299,8 +299,8 @@ int main(int argc, char *argv[]) { if (frictionalNodes[i][0]) { double const unorm = u4_diff[i].two_norm(); - // the (logarithmic) steady state corresponding to the current - // velocity + // // the (logarithmic) steady state corresponding to the + // // current velocity // std::cout << std::log(L/unorm * h) << std::endl; switch (parset.get<Config::state_model>( @@ -375,7 +375,6 @@ int main(int argc, char *argv[]) { // Compute von Mises stress and write everything to a file if (parset.get<bool>("writeVTK")) { - // Compute von Mises stress VonMisesStressAssembler<GridType> localStressAssembler( E, nu, Dune::make_shared<BasisGridFunction<P1Basis, VectorType> const>( -- GitLab