1
0
Fork 0
mirror of https://github.com/cosmo-sims/monofonIC.git synced 2024-09-19 17:03:45 +02:00

correct genericio mask type

This commit is contained in:
Michael Buehlmann 2020-08-21 09:47:34 -05:00
parent 87e13c004f
commit b39ab2c10b

View file

@ -16,7 +16,7 @@ protected:
std::vector<float> vx, vy, vz;
std::vector<float> mass, hh, uu;
std::vector<float> mu, phi, rho;
std::vector<int16_t> mask;
std::vector<uint16_t> mask;
public:
//! constructor