Changeset 936bb3 in git
- Timestamp:
- Jan 17, 2022, 5:56:45 PM (17 months ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 844f3006400f1bbcfdb84aa86a873413a954da98
- Parents:
- a7bb5f0d494b239b18d08a54cde29e180c233e60
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/ring.cc
ra7bb5f0 r936bb3 2302 2302 ord_struct.data.wp64.end=end; 2303 2303 ord_struct.data.wp64.place=place; 2304 #ifdef HAVE_OMALLOC 2305 ord_struct.data.wp64.weights64=weights; 2306 #else 2304 2307 int l=end-start+1; 2305 2308 ord_struct.data.wp64.weights64=(int64*)omAlloc(l*sizeof(int64)); 2306 2309 for(int i=0;i<l;i++) ord_struct.data.wp64.weights64[i]=weights[i]; 2310 #endif 2307 2311 o[place]=1; 2308 2312 place++;
Note: See TracChangeset
for help on using the changeset viewer.