Fixed stupid mistake.

release/4.3a0
Alex Hagiopol 2016-03-12 20:08:14 -05:00
parent cdecdfbf1e
commit d45a1ecda3
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ void timeAll(size_t m, size_t N) {
double alpha = 0.5;
VectorValues xvalues, yvalues;
for (size_t i = 0; i < m; i++)
xvalues.insert(i, Vector::Constant(D,2);
xvalues.insert(i, Vector::Constant(D,2));
// Implicit
RegularImplicitSchurFactor<CAMERA> implicitFactor(keys, Fblocks, E, P, b);