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

removed forgotten warninig about gadget particle type

This commit is contained in:
Oliver Hahn 2020-08-25 16:58:37 +02:00
parent 78fa44e9fe
commit 90b8fbb4a1

View file

@ -180,7 +180,6 @@ public:
case cosmo_species::neutrino:
return 3;
}
#warning Baryons hardwired to species 2 in G2
return -1;
}