Changeset 6f0279 in git


Ignore:
Timestamp:
May 10, 2012, 4:23:38 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
8d2416350137aae4bb844cb2c39b1bb14b7b5776
Parents:
75f10d0ac85a8bbe7d3c995ee023d8aaaf4a6c9b
git-author:
Martin Lee <martinlee84@web.de>2012-05-10 16:23:38+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-05-10 18:23:39+02:00
Message:
fix: wrong exit condition
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqBivar.cc

    r75f10d r6f0279  
    18921892  if (start > l)
    18931893    l= start;
    1894   int startl= l;
    18951894  int oldL= l/2;
    18961895  bool reduced= false;
     
    20102009          break;
    20112010        }
    2012         if (isReduced (NTLN) && l > startl)
     2011        if (isReduced (NTLN))
    20132012        {
    20142013          reduced= true;
Note: See TracChangeset for help on using the changeset viewer.