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

[Cleanup] Whitespace

parent 50d57b27
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ template <class ConvexProblemTypeTEMPLATE> class MyBlockProblem {
using VectorType =
Dune::BlockVector<Dune::FieldVector<double, Linearization::block_size>>;
using BitVectorType = Dune::BitSetVector<Linearization::block_size>;
typename Linearization::MatrixType A;
typename Linearization::VectorType b;
typename Linearization::BitVectorType ignore;
......
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