mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-12 19:37:35 +08:00
clang-tidy trivial cleanup
This commit is contained in:
+3
-7
@@ -1,15 +1,11 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include <matrix/math.hpp>
|
||||
#include "test_macros.hpp"
|
||||
#include <matrix/math.hpp>
|
||||
|
||||
using namespace matrix;
|
||||
using matrix::SquareMatrix;
|
||||
using matrix::zeros;
|
||||
|
||||
static const size_t n_large = 50;
|
||||
|
||||
template class SquareMatrix<float, 3>;
|
||||
template class SquareMatrix<float, n_large>;
|
||||
|
||||
int main()
|
||||
{
|
||||
float data[9] = {0, 2, 3,
|
||||
|
||||
Reference in New Issue
Block a user