Skip to content

Commit 2700ef8

Browse files
authored
Fix m-field comment to mass
1 parent e6db8e3 commit 2700ef8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/PhaseSpace/hdf5bods.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ enum class FloatPrecision { FLOAT32, FLOAT64 };
105105
template<typename T>
106106
struct ParticleDataTemplate
107107
{
108-
std::vector<T> m; // mass/species index
108+
std::vector<T> m; // mass
109109
std::vector<T> x, y, z; // position
110110
std::vector<T> u, v, w; // velocity
111111
std::vector<std::vector<int>> aux_ints; // auxiliary integer fields

0 commit comments

Comments
 (0)