
//------------------------------
/*
int
findpointIsOurs(LogEntry *en) {
  if (en->_event == KDTreeFindPoint) return 1;
  else return 0;
}
*/
