Ignore:
Timestamp:
Jan 17, 2022, 5:56:45 PM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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.