mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add missing colon in SparseMatrix.h.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user