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

We do not need a projection yet

We will once we have an obstacle problem
parent 175e2523
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,6 @@ template <class MyConvexProblemTypeTEMPLATE> class MyBlockProblem {
typename Linearization::VectorType const &v,
VectorType &projected_v,
Linearization const &linearization) const {
// TODO: implement (not urgent)
projected_v = v;
for (size_t i = 0; i < v.size(); ++i)
for (int j = 0; j < block_size; ++j)
......
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