mirror of
https://github.com/xfarrow/lasd.git
synced 2025-06-05 21:49:14 +02:00
Library 5
This commit is contained in:
@@ -45,7 +45,7 @@ MatrixCSR<Data>::MatrixCSR(MatrixCSR&& toMove) noexcept{
|
||||
std::swap(head, toMove.head);
|
||||
std::swap(R, toMove.R);
|
||||
|
||||
toMove.R.Resize(1);
|
||||
toMove.R.Resize(1); // the moved matrix must be empty
|
||||
toMove.R[0] = &toMove.head;
|
||||
|
||||
Node** oldHead = R[0];
|
||||
|
Reference in New Issue
Block a user