Changeset 60d4df in git


Ignore:
Timestamp:
Dec 9, 2020, 6:52:01 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
6103b38b3ecc6bd8fbc15e56d014f3e07ef82990
Parents:
8ce461b83ad59eaec0f93cb94417ce755fff7266
Message:
fix: examples : stanleyreisner, sythread
Location:
Singular/LIB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/stanleyreisner.lib

    r8ce461b r60d4df  
    274274 ring R=0,(x(1..4)),lp;
    275275 ideal i=x(1),x(2),x(3),x(4),x(1)*x(4),x(2)*x(4),x(1)*x(3),x(2)*x(3);
    276  SecondOrderDeformation psi=sPiece(i,x(4)^2,x(1)*x(0));
     276 SecondOrderDeformation psi=sPiece(i,x(4)^2,x(1)*x(2));
    277277 psi;
    278278}
     
    393393 ring R=0,(x(1..4)),lp;
    394394 ideal i=x(1),x(2),x(3),x(4),x(1)*x(4),x(2)*x(4),x(1)*x(3),x(2)*x(3);
    395  LinksDeformation L=makeLinks(i,x(4)^2,x(1)*x(0));
     395 LinksDeformation L=makeLinks(i,x(4)^2,x(1)*x(2));
    396396 L;
    397397}
  • Singular/LIB/systhreads.lib

    r8ce461b r60d4df  
    1 version="version systhreads.lib 0.1.0.0 Aug_2016";
     1version="version systhreads.lib 0.1.0.0 Aug_2016 ";
    22category="General purpose";
    33info="
Note: See TracChangeset for help on using the changeset viewer.