mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
SCRIPT Run cc include replacements
This commit is contained in:
committed by
Peter Johnson
parent
f0a3c64121
commit
7c6efa41ae
@@ -5,7 +5,7 @@
|
||||
#include <Eigen/LU>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "frc/EigenCore.h"
|
||||
#include "wpi/math/linalg/EigenCore.hpp"
|
||||
|
||||
TEST(EigenTest, Multiplication) {
|
||||
frc::Matrixd<2, 2> m1{{2, 1}, {0, 1}};
|
||||
|
||||
Reference in New Issue
Block a user