Changeset 9e47237 in git for libfac/charset


Ignore:
Timestamp:
Jul 3, 2012, 8:22:01 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '4bd32dfef92ec9f5ed8dceee82d14318ae147107')
Children:
070c1b4d9f283afebff4ed41fcf721b71a9716df
Parents:
cd81417ddd6d2d3d0d2f8b3b8f109992056f2920
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-07-03 20:22:01+02:00
git-committer:
Martin Lee <martinlee84@web.de>2012-08-03 10:03:18+02:00
Message:
chg: Factorize -> factorize, p2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfac/charset/charset.cc

    rcd8141 r9e47237  
    493493    if ( degree(elem) > 1 ) // linear poly's are irreduzible
    494494    {
    495       qs = Factorize(elem);
     495      qs = factorize(elem);
    496496      // remove a constant
    497497      if (qs.getFirst().factor().degree()==0) qs.removeFirst();
Note: See TracChangeset for help on using the changeset viewer.