@@ -482,7 +483,7 @@ unsigned long Simplifications<Node,Edge,GraphDataVariant>::removeTips()
// so mark the origin as non interesting! (big speed up)
if(!(isShortTopological||isShortRCTC))
{
interestingNodes[index]=false;// unflag the original end-of-tip node // FIXME
interestingNodes[index]=false;// unflag the original end-of-tip node. // there was a fixme note here, i've removed it because i don't see why, but let's keep that in mind next time i investigate the algo