Changeset 4c1b5d in git


Ignore:
Timestamp:
Jan 17, 2022, 2:31:17 PM (17 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '23b0a9c07070b684aa12355009488dc00d9501e3')
Children:
c4a26cb4e8c6f977201ace111bde272a4c4d1664
Parents:
b335e35c17ed0d86696bb89f07d654ba5b4159c2
Message:
fix: typo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/ring.cc

    rb335e35 r4c1b5d  
    42364236          int l;
    42374237          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));
    42394239          }
    42404240        }
Note: See TracChangeset for help on using the changeset viewer.