Changeset a30a5fc in git for factory/facFqFactorize.cc


Ignore:
Timestamp:
Jul 16, 2012, 10:59:34 AM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
178abd1b9efb16c5ab70f8e8a3fe3999a198c057
Parents:
24a77fb14c59fc78cc67eb5f6934a45d8862d99e
git-author:
Martin Lee <martinlee84@web.de>2012-07-16 10:59:34+02:00
git-committer:
Martin Lee <martinlee84@web.de>2012-09-04 17:25:36+02:00
Message:
chg: deleted blanks
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqFactorize.cc

    r24a77fb ra30a5fc  
    18371837  while (T.length() >= 2*s && s <= thres)
    18381838  {
    1839     while (nosubset == false) 
    1840     {
    1841       if (T.length() == s) 
     1839    while (nosubset == false)
     1840    {
     1841      if (T.length() == s)
    18421842      {
    18431843        delete [] v;
Note: See TracChangeset for help on using the changeset viewer.