int tree_w2(TreeHist* treeh) { int zpos = treeh->tree->start(); //assert(treeh->tree->finish() == zpos); return tree_watpos(zpos-2); }
int fh_w2(FullHist* treeh) { int zpos = treeh->pos; return tree_watpos(zpos-2,treeh); }