Changeset 386b3d in git for factory/facAbsFact.cc


Ignore:
Timestamp:
Apr 22, 2013, 5:22:57 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
Message:
chg: some simplifications
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facAbsFact.cc

    re1a221 r386b3d  
    137137      {
    138138        setCharacteristic(0);
    139         alpha= rootOf (x);
    140         return CFAFList (CFAFactor (G, getMipo (alpha), 1));
     139        return CFAFList (CFAFactor (G, 1, 1));
    141140      }
    142141      else
     
    145144        if (modularIrredTestWithShift (F))
    146145        {
    147           alpha= rootOf (x);
    148           return CFAFList (CFAFactor (G, getMipo (alpha), 1));
     146          return CFAFList (CFAFactor (G, 1, 1));
    149147        }
    150148        rec= true;
Note: See TracChangeset for help on using the changeset viewer.