Changeset c1fdb3 in git


Ignore:
Timestamp:
Jun 6, 2018, 3:53:53 PM (6 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
4896327508c25dcc4df7f6b6bfff8622728fb512
Parents:
6762a65369cd0f5360fcace6708a983889b21d71
Message:
Fix bug
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kspoly.cc

    r6762a6 rc1fdb3  
    895895  if (tailRing->isLPring) {
    896896    // get m2*a2*m22 - m1*a1*m12
    897     Pair->Tail_Minus_mm_Mult_qq(m1, tailRing->p_Procs->p_Mult_mm(a1, m12, tailRing), l1, spNoether);
     897    Pair->Tail_Minus_mm_Mult_qq(m1, tailRing->p_Procs->pp_Mult_mm(a1, m12, tailRing), l1, spNoether);
    898898  } else {
    899899    // get m2*a2 - m1*a1
     
    907907    p_LmDelete(m12, tailRing);
    908908    p_LmDelete(m22, tailRing);
     909    // m2 is already deleted
    909910  }
    910911
Note: See TracChangeset for help on using the changeset viewer.