Ignore:
Timestamp:
May 23, 2012, 5:42:26 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
70a95295f71d2f0c4c3433b152aef7a25b43e520
Parents:
a28cb4f3357225d7f8bb8d68a4aa0b0be3ccdd41
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-05-23 17:42:26+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-05-23 20:33:48+02:00
Message:
minor changes/improvements

add: default return value for a missing/wrong attribute of an idhdl object (atGet)
chg: minor cleanup in p_Setm_General
add: output of NegWeightL_* in rDebugPrint
add: some doxygen docs to pGetCoeff
add: more (internal) debug output on the ring/exponent structure: VarL_LowIndex, VarL_Offset
add: doxygen description to id_Sort
File:
1 edited

Legend:

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

    ra28cb4f r599813  
    148148          if ((c > 0) && (c <= len_gen))
    149149          {
    150             const int * const wm = o->data.am.weights_m;
    151             assume( wm[0] == len_gen );
    152             ord += wm[c];
     150            assume( w == o->data.am.weights_m );
     151            assume( w[0] == len_gen );
     152            ord += w[c];
    153153          }
    154154         
Note: See TracChangeset for help on using the changeset viewer.