Changeset abe5c8 in git for kernel/kspoly.cc


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

Legend:

Unmodified
Added
Removed
  • kernel/kspoly.cc

    r1592b9 rabe5c8  
    445445  {
    446446    l2 = -1;
    447     a2 = tailRing->p_Procs->pp_Mult_mm_Noether(a2, m2, spNoether, l2, tailRing,last);
     447    a2 = tailRing->p_Procs->pp_Mult_mm_Noether(a2, m2, spNoether, l2, tailRing);
    448448    assume(l2 == pLength(a2));
    449449  }
    450450  else
    451     a2 = tailRing->p_Procs->pp_Mult_mm(a2, m2, tailRing,last);
     451    a2 = tailRing->p_Procs->pp_Mult_mm(a2, m2, tailRing);
    452452#ifdef HAVE_RINGS
    453453  if (!(rField_is_Domain(currRing))) l2 = pLength(a2);
Note: See TracChangeset for help on using the changeset viewer.