Changeset 8bf4c7 in git


Ignore:
Timestamp:
Feb 3, 2013, 5:56:32 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
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.