Changeset 386b3d in git for factory/facAbsFact.cc
- Timestamp:
- Apr 22, 2013, 5:22:57 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 247b0fdec27b4868fffb30d221bd0a06d0598a9d
- Parents:
- e1a22119c89dfbc8533ea4d335f2fa9ee5ec9811
- git-author:
- Martin Lee <martinlee84@web.de>2013-04-22 17:22:57+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2013-05-02 11:42:42+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facAbsFact.cc
re1a221 r386b3d 137 137 { 138 138 setCharacteristic(0); 139 alpha= rootOf (x); 140 return CFAFList (CFAFactor (G, getMipo (alpha), 1)); 139 return CFAFList (CFAFactor (G, 1, 1)); 141 140 } 142 141 else … … 145 144 if (modularIrredTestWithShift (F)) 146 145 { 147 alpha= rootOf (x); 148 return CFAFList (CFAFactor (G, getMipo (alpha), 1)); 146 return CFAFList (CFAFactor (G, 1, 1)); 149 147 } 150 148 rec= true;
Note: See TracChangeset
for help on using the changeset viewer.