From 4cb2a7b31b049094526ad7d1cce97251c6d94924 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Sun, 10 Feb 2013 22:00:41 +0100 Subject: [PATCH] Whitespace --- dune/tectonic/myconvexproblem.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dune/tectonic/myconvexproblem.hh b/dune/tectonic/myconvexproblem.hh index 0058c742..e484d6a9 100644 --- a/dune/tectonic/myconvexproblem.hh +++ b/dune/tectonic/myconvexproblem.hh @@ -27,7 +27,7 @@ class MyConvexProblem { MyConvexProblem(MatrixType const &A, Dune::GlobalNonlinearity<MatrixType, VectorType> const &phi, VectorType const &f) - : A(A), phi(phi), f(f) {}; + : A(A), phi(phi), f(f) {} /* Just for debugging */ double operator()(VectorType const &x) const { @@ -39,7 +39,6 @@ class MyConvexProblem { MatrixType const &A; Dune::GlobalNonlinearity<MatrixType, VectorType> const φ - VectorType const &f; }; -- GitLab