From f4d6b9e6695fb4e036f48a39539993ac4478d6d7 Mon Sep 17 00:00:00 2001 From: Oliver Hahn Date: Sat, 4 Apr 2020 21:19:11 +0200 Subject: [PATCH] fixed baryon particle type, was used for testing --- src/plugins/output_gadget_hdf5.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/output_gadget_hdf5.cc b/src/plugins/output_gadget_hdf5.cc index 2e41e47..3908e64 100644 --- a/src/plugins/output_gadget_hdf5.cc +++ b/src/plugins/output_gadget_hdf5.cc @@ -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; }