mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
Add missing colon in SparseMatrix.h.
This commit is contained in:
parent
3d8a8def8a
commit
04e4f0bb24
@ -1550,7 +1550,7 @@ class Serializer<SparseMatrix<Scalar, Options, StorageIndex>, void> {
|
||||
|
||||
// innerNonZeros.
|
||||
if (!header.compressed) {
|
||||
std:size_t data_bytes = sizeof(StorageIndex) * header.outer_size;
|
||||
std::size_t data_bytes = sizeof(StorageIndex) * header.outer_size;
|
||||
memcpy(dest, value.innerNonZeroPtr(), data_bytes);
|
||||
dest += data_bytes;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user