Update formatting
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
* @brief Useful typedefs for cleaner code.
|
||||
*
|
||||
* @details These typedefs make the code more readable and easy to follow
|
||||
* @details These typedefs make the code more readable and easy to follow
|
||||
* along.
|
||||
*
|
||||
* @bug No known bugs
|
||||
@@ -18,7 +18,7 @@
|
||||
#include <armadillo>
|
||||
#include <vector>
|
||||
|
||||
/** @brief Typedef for the column of the result vector from simulating
|
||||
/** @brief Typedef for the column of the result vector from simulating
|
||||
* particles.
|
||||
* */
|
||||
typedef std::vector<arma::vec::fixed<3>> sim_cols;
|
||||
|
||||
Reference in New Issue
Block a user