Got rid of warning
parent
ca2aa0cfd4
commit
b91ed6dc6e
|
@ -643,7 +643,6 @@ public:
|
||||||
// gs = F' * (b - E * P * E' * b)
|
// gs = F' * (b - E * P * E' * b)
|
||||||
|
|
||||||
MatrixDD matrixBlock;
|
MatrixDD matrixBlock;
|
||||||
typedef SymmetricBlockMatrix::Block Block; ///< A block from the Hessian matrix
|
|
||||||
|
|
||||||
FastMap<Key, size_t> KeySlotMap;
|
FastMap<Key, size_t> KeySlotMap;
|
||||||
for (size_t slot = 0; slot < allKeys.size(); slot++)
|
for (size_t slot = 0; slot < allKeys.size(); slot++)
|
||||||
|
|
Loading…
Reference in New Issue