Fix compiler warnings in 3.4

This commit is contained in:
Charles Schlosser
2023-12-21 00:57:21 +00:00
parent ebf968b272
commit 25270e35db
9 changed files with 26 additions and 24 deletions

View File

@@ -63,7 +63,7 @@ void check_stdlist_matrix(const MatrixType& m)
++itw;
}
v.resize(21);
v.resize(21, MatrixType::Zero(rows, cols));
set(v, 20, x);
VERIFY_IS_APPROX(*get(v, 20), x);
v.resize(22,y);