mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 17:00:35 +08:00
Got coverage working for templates.
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
using namespace matrix;
|
||||
|
||||
template class Matrix<float, 3, 3>;
|
||||
|
||||
int main()
|
||||
{
|
||||
Matrix3f A;
|
||||
|
||||
Reference in New Issue
Block a user