Changeset 3a8a0d9 in git for Singular/ipshell.cc


Ignore:
Timestamp:
Mar 5, 2012, 8:43:21 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5dc5557cfa7b8e12dc6662eaa5592e5d1137f0c1
Parents:
9b1590d4c8e281abd068646c9d699284f9ea053a
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-05 20:43:21+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-05 20:46:40+01:00
Message:
fixes to _am ordering

add: additional int* weights_m pointer in struct sro_am
fix: rO_WMDegree should not mess around with start/end
fix: rCompose: _am ordering was not treated (fixed also by Hans)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r9b1590 r3a8a0d9  
    22782278         && ((R->order[jj]== ringorder_a)
    22792279            || (R->order[jj]== ringorder_aa)
     2280            || (R->order[jj]== ringorder_am)
    22802281            || (R->order[jj]== ringorder_c)
    22812282            || (R->order[jj]== ringorder_C)
Note: See TracChangeset for help on using the changeset viewer.