Update formatting

This commit is contained in:
2023-10-23 10:52:38 +02:00
parent d08a4a046c
commit 79da936956
8 changed files with 102 additions and 109 deletions

View File

@@ -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;