Changes

From Genome Analysis Wiki
Jump to navigationJump to search
no edit summary
Line 4: Line 4:  
   for (second = 0; second < states; second++)
 
   for (second = 0; second < states; second++)
 
       {
 
       {
       choice += vector[CalculateIndex(first, second)] * 0.5;
+
       choice -= vector[CalculateIndex(first, second)] * 0.5;
       if (choice >= 0.0) return;
+
       if (choice <= 0.0) return;
 
       }
 
       }
  

Navigation menu