Skip to content
Snippets Groups Projects
Commit 4cb2a7b3 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Whitespace

parent edd8944f
No related branches found
No related tags found
No related merge requests found
......@@ -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 &phi;
VectorType const &f;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment