Fix a typo in the Velociraptor interface that causes numcells to be incorrect
Compare changes
+ 1
− 1
@@ -557,7 +557,7 @@ void velociraptor_invoke(struct engine *e, const int linked_with_snap) {
I've been getting crashes in the EAGLE_12 DMO box when Velociraptor is evaluating spherical overdensity masses. The cause seems to be that it's assuming the wrong number of top level cells due to a mistake in velociraptor_interface.c.