Changeset 27e0172 in git
- Timestamp:
- Aug 20, 2012, 2:33:58 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- 4cf4dc47ae1c8a693ac5bd6b86c07a09f91680cb
- Parents:
- f3ff226911c2211a0612291dafa15b1ca30425ad
- git-author:
- Martin Lee <martinlee84@web.de>2012-08-20 14:33:58+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/facFqFactorize.cc
rf3ff22 r27e0172 63 63 listGCD (const CFList& L) 64 64 { 65 if (L.length() == 0) 66 return 0; 65 67 if (L.length() == 1) 66 68 return L.getFirst();
Note: See TracChangeset
for help on using the changeset viewer.