Changeset 8db258 in git
- Timestamp:
- Nov 4, 2010, 1:50:43 PM (13 years ago)
- Branches:
- (u'spielwiese', 'd1ba061a762c62d3a25159d8da8b6e17332291fa')
- Children:
- 018ee93eacab982f9eb9248a037a688cebe35065
- Parents:
- 1aa3a214b578c5b889673ab229e8698cc99401e2
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqBivar.cc
r1aa3a2 r8db258 98 98 break; 99 99 } 100 if (GF) 100 if (list.isEmpty()) 101 random= 0; 102 else if (GF) 101 103 random= genGF.generate(); 102 104 else if (list.length() < p || alpha == x) -
factory/facFqFactorize.cc
r1aa3a2 r8db258 1231 1231 for (int i= 0; i < k; i++) 1232 1232 { 1233 if (GF) 1233 if (list.isEmpty()) 1234 result.append (0); 1235 else if (GF) 1234 1236 { 1235 1237 result.append (genGF.generate());
Note: See TracChangeset
for help on using the changeset viewer.