Changeset 8bf4c7 in git


Ignore:
Timestamp:
Feb 3, 2013, 5:56:32 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f18f58e98999305024a09db437ce1cd47ef15d21
Parents:
a186375bfb207415535633cb23359b1242590665
git-author:
Martin Lee <martinlee84@web.de>2013-02-03 17:56:32+01:00
git-committer:
Martin Lee <martinlee84@web.de>2013-02-18 14:59:43+01:00
Message:
chg: retry with different level
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqFactorize.cc

    ra18637 r8bf4c7  
    18541854    printf ("y.level()= %d\n", y.level());
    18551855    printf ("lSecondVarLCs= %d\n", lSecondVarLCs);
     1856lcretry:
    18561857    if (lSecondVarLCs - level > 0)
    18571858    {
     
    18781879          return result; //TODO handle this case
    18791880        }
     1881        level=level+1;
     1882        goto lcretry;
    18801883      }
    18811884      i= newLCs; //kann leer sein!?
Note: See TracChangeset for help on using the changeset viewer.