Changeset 65d72f in git
- Timestamp:
- Jul 27, 2015, 6:14:32 PM (8 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 6a52f15f9780f7af3a0ea06d03b4376f61136261
- Parents:
- 4132ee2e5b539d15463dcf3db09fbf9aa7c00877
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/p_polys.cc
r4132ee r65d72f 116 116 { 117 117 hh=xx[j]; 118 if ((hh!=NULL) && (p_LmCmp( r,hh,R)==0))118 if ((hh!=NULL) && (p_LmCmp(h,hh,R)==0)) 119 119 { 120 120 x[j]=pGetCoeff(hh);
Note: See TracChangeset
for help on using the changeset viewer.