Skip to content

Commit

Permalink
Odd that I missed a multMeta.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhl- committed Aug 22, 2016
1 parent 2f6048e commit 0a15f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optimization/solvers/SOCP/affine/IPM/Mehrotra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ void Mehrotra
auto& sparseFirstIndsLoc = sparseFirstInds.LockedMatrix();
auto& sparseToOrigOrdersLoc = sparseToOrigOrders.LockedMatrix();

DistSparseMultMeta metaOrig;
DistGraphMultMeta metaOrig;
DistSparseMatrix<Real> J(comm), JOrig(comm);
ldl::DistFront<Real> JFront;
DistMultiVec<Real> d(comm),
Expand Down

0 comments on commit 0a15f61

Please sign in to comment.