Formatting.

This commit is contained in:
jgoppert
2015-11-05 18:10:06 -05:00
parent 4a6369cee5
commit c70994e6a5
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -60,7 +60,8 @@ int main()
float data_col_02_swap[9] = {
3, 2, 1,
6, 5, 4,
9, 8, 7};
9, 8, 7
};
Matrix3f m4(data);