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


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

Legend:

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

    r1592b9 rabe5c8  
    5151
    5252// poly functions defined in p_Procs: ;
    53 static poly ggnc_pp_Mult_mm(const poly p, const poly m, const ring r, poly& last)
     53static poly ggnc_pp_Mult_mm(const poly p, const poly m, const ring r)
    5454{
    5555  if( (p == NULL) || (m == NULL) )
Note: See TracChangeset for help on using the changeset viewer.