From b011242264e794c9e788793f9c54123aec522c03 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Wed, 16 May 2012 15:27:04 +0200 Subject: [PATCH] Whitespace --- src/assemblers.cc | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/assemblers.cc b/src/assemblers.cc index 972c5512..d3cff5cc 100644 --- a/src/assemblers.cc +++ b/src/assemblers.cc @@ -90,13 +90,12 @@ assemble_nonlinearity( nodalIntegrals, a, mu, eta, normalStress, b, state, L, h); } case Config::Laursen: - return - // TODO: take state and h into account - // FIXME: We should be using a quadratic rather than a linear function - // here! - Dune::make_shared<Dune::GlobalLaursenNonlinearity< - Dune::LinearFunction, VectorType, - MatrixType> const>(mu, normalStress, nodalIntegrals); + // TODO: take state and h into account + // FIXME: We should be using a quadratic rather than a linear function + // here! + return Dune::make_shared<Dune::GlobalLaursenNonlinearity< + Dune::LinearFunction, VectorType, MatrixType> const>(mu, normalStress, + nodalIntegrals); } } -- GitLab