Merge remote-tracking branch 'upstream/develop' into xtensor_mg

This commit is contained in:
Adam G Nelson 2018-09-02 18:59:40 -04:00
commit d8ba9feae6

View file

@ -243,6 +243,8 @@ find_cell(Particle* p, int search_surf) {
return find_cell(p, 0);
}
}
return found;
}
//==============================================================================