Changeset f67370 in git


Ignore:
Timestamp:
Jul 6, 2018, 2:00:23 PM (5 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
dce59ccf59827a654d464a9a2217d10af1f2b5cd
Parents:
3a961a3f6d0a9dd9edd07a18ca373384df3a221c
Message:
Small fix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kspoly.cc

    r3a961a rf67370  
    845845  if (tailRing->isLPring) {
    846846    // get m2*a2*m22 - m1*a1*m12
    847     Pair->Tail_Minus_mm_Mult_qq(m1, tailRing->p_Procs->p_Mult_mm(a1, m12, tailRing), l1, spNoether); // a1 is a copy: safe to destroy
     847    Pair->Tail_Minus_mm_Mult_qq(m1, tailRing->p_Procs->pp_Mult_mm(a1, m12, tailRing), l1, spNoether);
    848848  } else {
    849849    // get m2*a2 - m1*a1
     
    858858    p_LmDelete(m22, tailRing);
    859859    // m2 is already deleted
     860    p_Delete(&a1, tailRing); // a1 is a copy: safe to destroy
    860861  }
    861862
Note: See TracChangeset for help on using the changeset viewer.