Changeset 4c1b5d in git
- Timestamp:
- Jan 17, 2022, 2:31:17 PM (17 months ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '23b0a9c07070b684aa12355009488dc00d9501e3')
- Children:
- c4a26cb4e8c6f977201ace111bde272a4c4d1664
- Parents:
- b335e35c17ed0d86696bb89f07d654ba5b4159c2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/ring.cc
rb335e35 r4c1b5d 4236 4236 int l; 4237 4237 for(l=r->typ[j].data.wp64.start;l<=r->typ[j].data.wp64.end;l++) 4238 Print(" %ld",(long)(r->typ[j].data.wp64.weights64+l-r->typ[j].data.wp64.start) ;4238 Print(" %ld",(long)(r->typ[j].data.wp64.weights64+l-r->typ[j].data.wp64.start)); 4239 4239 } 4240 4240 }
Note: See TracChangeset
for help on using the changeset viewer.