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

fixed baryon particle type, was used for testing

This commit is contained in:
Oliver Hahn 2020-04-04 21:19:11 +02:00
parent 4644840ee6
commit f4d6b9e669

View file

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