H is no longer a pointer
parent
3a2b2efdbc
commit
28d61a56cf
|
@ -170,7 +170,7 @@ private:
|
||||||
const FastVector<int>& dims, std::vector<Matrix>& H) const {
|
const FastVector<int>& dims, std::vector<Matrix>& H) const {
|
||||||
|
|
||||||
// H should be pre-allocated
|
// H should be pre-allocated
|
||||||
assert(H->size()==keys.size());
|
assert(H.size()==keys.size());
|
||||||
|
|
||||||
// Pre-allocate and zero VerticalBlockMatrix
|
// Pre-allocate and zero VerticalBlockMatrix
|
||||||
static const int Dim = traits::dimension<T>::value;
|
static const int Dim = traits::dimension<T>::value;
|
||||||
|
|
Loading…
Reference in New Issue