From 95a0bd0dbe1cb5391d652fa71ddc55a139e4ac17 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Tue, 15 May 2012 14:30:34 +0200 Subject: [PATCH] Whitespace --- src/one-body-sample.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/one-body-sample.cc b/src/one-body-sample.cc index 8e918e17..a7ef3d60 100644 --- a/src/one-body-sample.cc +++ b/src/one-body-sample.cc @@ -329,9 +329,8 @@ int main(int argc, char *argv[]) { double const V = u4_diff[first_frictional_node].two_norm(); double const state = (*s4_new)[first_frictional_node]; - coefficient_writer << mu + a *std::log(V * eta) + - b * (state - std::log(eta * L)) - << std::endl; + coefficient_writer << (mu + a * std::log(V * eta) + + b * (state - std::log(eta * L))) << std::endl; } } -- GitLab