Changeset abe5c8 in git for libpolys/polys/nc/sca.cc


Ignore:
Timestamp:
Sep 24, 2012, 12:41:08 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f224d8590b63be01aff8b548ab4f2f5dea43b095
Parents:
1592b986a21bcaba5633414189a7b08c5cce6213
Message:
chg: removed parameter last from p_*templates
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/nc/sca.cc

    r1592b9 rabe5c8  
    464464
    465465// return new poly = pPoly * pMonom; preserve pPoly and pMonom.
    466 poly sca_pp_Mult_mm(const poly pPoly, const poly pMonom, const ring rRing, poly &)
     466poly sca_pp_Mult_mm(const poly pPoly, const poly pMonom, const ring rRing)
    467467{
    468468  assume( rIsSCA(rRing) );
Note: See TracChangeset for help on using the changeset viewer.