]> ruin.nu Git - germs.git/commitdiff
Forgot to update the comment
authorMichael Andreen <harv@ruin.nu>
Wed, 20 Jun 2007 07:32:36 +0000 (07:32 +0000)
committerMichael Andreen <harv@ruin.nu>
Wed, 20 Jun 2007 07:32:36 +0000 (07:32 +0000)
src/genealgorithms.cpp

index d85cd8d16caba9f60a2cefb104be7c6962729ea1..e96c9be63e9d378187a0d58b9413905bf6517e20 100644 (file)
@@ -112,8 +112,7 @@ std::vector<Interval> findIntervals(const GeneOrder& go){
 }
 
 /**
- * TODO: Think of a better than O(n^2) implementation.
- * Possibly move to cache result
+ * 
  */
 std::vector<Interval> findIntervalsAtPoints(const vector<Interval>& intervals){
        size_t max = intervals.size()+1;