Changeset 936bb3 in git


Ignore:
Timestamp:
Jan 17, 2022, 5:56:45 PM (17 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
844f3006400f1bbcfdb84aa86a873413a954da98
Parents:
a7bb5f0d494b239b18d08a54cde29e180c233e60
Message:
fix: Manual/frwalk.tst
File:
1 edited

Legend:

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

    ra7bb5f0 r936bb3  
    23022302  ord_struct.data.wp64.end=end;
    23032303  ord_struct.data.wp64.place=place;
     2304  #ifdef HAVE_OMALLOC
     2305  ord_struct.data.wp64.weights64=weights;
     2306  #else
    23042307  int l=end-start+1;
    23052308  ord_struct.data.wp64.weights64=(int64*)omAlloc(l*sizeof(int64));
    23062309  for(int i=0;i<l;i++) ord_struct.data.wp64.weights64[i]=weights[i];
     2310  #endif
    23072311  o[place]=1;
    23082312  place++;
Note: See TracChangeset for help on using the changeset viewer.