Changeset 5b390e in git for factory/facFqFactorizeUtil.cc
- Timestamp:
- Aug 15, 2012, 11:10:18 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '2234726c50d679d6664181a5c72f75a6fd64a787')
- Children:
- 397c12abe4be804e84f8786fb4da1e8fd1d25be6
- Parents:
- 8336c9d793f9bc644105662c41d13cb9ca842777
- git-author:
- Martin Lee <martinlee84@web.de>2012-08-15 23:10:18+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2012-09-04 18:01:18+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqFactorizeUtil.cc
r8336c9 r5b390e 248 248 } 249 249 } 250 if (result.length() + 1 == factors.length()) 251 result.append (G/content (G,1)); 250 252 return result; 251 253 } … … 267 269 } 268 270 } 271 if (result.length() + 1 == factors.length()) 272 result.append (G/content (G,1)); 269 273 return result; 270 274 } … … 294 298 index[j]= 0; 295 299 } 296 F= G; 297 return result; 298 } 300 if (result.length() + 1 == factors.length()) 301 { 302 result.append (G/content (G,1)); 303 F= G/content (G,1); 304 } 305 else 306 F= G; 307 return result; 308 }
Note: See TracChangeset
for help on using the changeset viewer.