use Qt Signals & Slots for progress tracking
[mussa.git] / alg / flp_seqcomp.cpp
index 6db57bc9fb3347501fe72df3fe4a00d4e9821515..003d3fbb2ee55f2410820699cf6fb7705db493bc 100644 (file)
@@ -69,7 +69,7 @@ FLPs::seqcomp(string sseq1, string sseq2, bool is_RC)
   // this does the "upper diagonals" of the search 
 
   // loop thru the start positions for sequence 1
-  for(start_i = 0; start_i < size(); start_i++)
+  for(start_i = 0; start_i != size(); start_i++)
   {
     matches = 0;
     // compare initial window