36a37
> #include "base/logging.hh"
227c228
< assert(0);
---
> panic("x_hops == y_hops == 0");
240,241c241
< assert(0);
< return -1;
---
> panic("%s placeholder executed", __FUNCTION__);