Changeset 1e5d8d in git


Ignore:
Timestamp:
Dec 9, 2020, 5:49:37 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
b65621c94c09d93d9ae2a321fed053dcf9ee4641
Parents:
5f07ebd2572e6d48697936adb6eeb96521b83ec2
Message:
fix: redef q
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/stanleyreisner.lib

    r5f07ebd r1e5d8d  
    145145 ring r=0,(x,y,z),lp;
    146146 ideal i=xy;
    147  qring q=std(i);
     147 qring Q=std(i);
    148148 poly p=x*y+z;
    149149 Poly q=makePoly(p);
     
    173173 ring r=0,(x,y,z),lp;
    174174 ideal i=xy;
    175  qring q=std(i);
     175 qring Q=std(i);
    176176 poly p=x*y+z;
    177177 Poly q=makePoly(p);
Note: See TracChangeset for help on using the changeset viewer.