Changeset 31212ff in git


Ignore:
Timestamp:
Aug 5, 2019, 12:58:28 PM (4 years ago)
Author:
Andreas Steenpass <steenpass@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
1ba856f48f6a6807e1312654a068b165beae61b3
Parents:
e480be883eb7eeb61ddf62816342c76b4947c9f5
git-author:
Andreas Steenpass <steenpass@mathematik.uni-kl.de>2019-08-05 12:58:28+02:00
git-committer:
Andreas Steenpass <steenpass@mathematik.uni-kl.de>2019-08-06 17:17:17+02:00
Message:
allow weighted orderings for single variables in create_ring()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/standard.lib

    re480be8 r31212ff  
    25962596        int w = int(ordering[b1+1, b2-b1-1]);
    25972597      }
    2598       else
     2598      if (name == "wp" || name == "Wp" || name == "ws" || name == "Ws"
     2599          || name == "a")
     2600      {
     2601        intvec w = int(ordering[b1+1, b2-b1-1]);
     2602      }
     2603      if (!defined(w))   // else
    25992604      {
    26002605        intvec w = 1:int(ordering[b1+1, b2-b1-1]);
Note: See TracChangeset for help on using the changeset viewer.