mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 14:50:35 +08:00
Fix copy-paste error
This commit is contained in:
committed by
Nuno Marques
parent
5872bbc28c
commit
93375fbd3c
+1
-1
@@ -31,7 +31,7 @@ int main()
|
||||
TEST(isEqual(B_colslice, B_check_colslice));
|
||||
|
||||
// Test slicing both
|
||||
Matrix<float, 3, 2> B_bothslice(A.slice<2, 2>(1, 1));
|
||||
Matrix<float, 2, 2> B_bothslice(A.slice<2, 2>(1, 1));
|
||||
float data_check_bothslice[4] = {
|
||||
5, 6,
|
||||
8, 10
|
||||
|
||||
Reference in New Issue
Block a user