Changeset f67370 in git
- Timestamp:
- Jul 6, 2018, 2:00:23 PM (5 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- dce59ccf59827a654d464a9a2217d10af1f2b5cd
- Parents:
- 3a961a3f6d0a9dd9edd07a18ca373384df3a221c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/kspoly.cc
r3a961a rf67370 845 845 if (tailRing->isLPring) { 846 846 // 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 destroy847 Pair->Tail_Minus_mm_Mult_qq(m1, tailRing->p_Procs->pp_Mult_mm(a1, m12, tailRing), l1, spNoether); 848 848 } else { 849 849 // get m2*a2 - m1*a1 … … 858 858 p_LmDelete(m22, tailRing); 859 859 // m2 is already deleted 860 p_Delete(&a1, tailRing); // a1 is a copy: safe to destroy 860 861 } 861 862
Note: See TracChangeset
for help on using the changeset viewer.