clang-tidy trivial cleanup

This commit is contained in:
Daniel Agar
2017-02-24 13:10:52 -05:00
parent 5f2f6f0308
commit cfa68c2196
26 changed files with 157 additions and 177 deletions
+3 -7
View File
@@ -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,