Fix compiler warnings
This commit is contained in:
12
include/typedefs.hpp
Normal file
12
include/typedefs.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __TYPEDEFS__
|
||||
#define __TYPEDEFS__
|
||||
|
||||
#include <vector>
|
||||
#include <armadillo>
|
||||
|
||||
typedef std::vector<arma::vec::fixed<3>> sim_cols;
|
||||
typedef std::vector<arma::vec::fixed<3>> sim_rows;
|
||||
typedef std::vector<sim_cols> sim_arr;
|
||||
typedef arma::vec::fixed<3> vec_3d;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user