You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
// or smaller positive if contig is the sameif(left.startGP.contig == right.startGP.contig && abs(left.startGP.position) < abs(left.startGP.position))
returntrue;
elsereturnfalse;
...
Your intention was abs(left.startGP.position) < abs("right".startGP.position), wasn't it?
The text was updated successfully, but these errors were encountered:
In indexer.cpp:347
Your intention was
abs(left.startGP.position) < abs("right".startGP.position)
, wasn't it?The text was updated successfully, but these errors were encountered: