Changeset 6f0279 in git
- Timestamp:
- May 10, 2012, 4:23:38 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '23b0a9c07070b684aa12355009488dc00d9501e3')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqBivar.cc
r75f10d r6f0279 1892 1892 if (start > l) 1893 1893 l= start; 1894 int startl= l;1895 1894 int oldL= l/2; 1896 1895 bool reduced= false; … … 2010 2009 break; 2011 2010 } 2012 if (isReduced (NTLN) && l > startl)2011 if (isReduced (NTLN)) 2013 2012 { 2014 2013 reduced= true;
Note: See TracChangeset
for help on using the changeset viewer.