Changeset c6fd6a in git


Ignore:
Timestamp:
Jun 19, 2013, 3:24:23 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
9af5e1fd287578e090f0a1c2d719a85d22012795
Parents:
7f807d70f9715bd59a2463c48dfb6aa933a93624
git-author:
Martin Lee <martinlee84@web.de>2013-06-19 15:24:23+02:00
git-committer:
Martin Lee <martinlee84@web.de>2013-07-15 11:18:52+02:00
Message:
fix: typo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/templates/ftmpl_afactor.cc

    r7f807d rc6fd6a  
    2626{
    2727    if ( exp() == 1 )
    28         s << "(" << factor(), ", " << minpoly() << ")";
     28        s << "(" << factor() << ", " << minpoly() << ")";
    2929    else
    3030        s << "((" << factor() << ")^" << exp() << ", " << minpoly() << ")";
Note: See TracChangeset for help on using the changeset viewer.