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

fixed gadget_hdf5 baryon type to be 0 not 2 (leftover from testing)

This commit is contained in:
Oliver Hahn 2020-08-25 11:47:14 +02:00
parent c527332a41
commit 24f9406cb3

View file

@ -176,7 +176,7 @@ public:
case cosmo_species::dm: case cosmo_species::dm:
return 1; return 1;
case cosmo_species::baryon: case cosmo_species::baryon:
return 2; return 0;
case cosmo_species::neutrino: case cosmo_species::neutrino:
return 3; return 3;
} }