Changeset 8db258 in git


Ignore:
Timestamp:
Nov 4, 2010, 1:50:43 PM (13 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
018ee93eacab982f9eb9248a037a688cebe35065
Parents:
1aa3a214b578c5b889673ab229e8698cc99401e2
Message:
fix tr 291


git-svn-id: file:///usr/local/Singular/svn/trunk@13591 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqBivar.cc

    r1aa3a2 r8db258  
    9898      break;
    9999    }
    100     if (GF)
     100    if (list.isEmpty())
     101      random= 0;
     102    else if (GF)
    101103      random= genGF.generate();
    102104    else if (list.length() < p || alpha == x)
  • factory/facFqFactorize.cc

    r1aa3a2 r8db258  
    12311231    for (int i= 0; i < k; i++)
    12321232    {
    1233       if (GF)
     1233      if (list.isEmpty())
     1234        result.append (0);
     1235      else if (GF)
    12341236      {
    12351237        result.append (genGF.generate());
Note: See TracChangeset for help on using the changeset viewer.