Changeset ab9451 in git


Ignore:
Timestamp:
Feb 1, 2017, 9:45:21 AM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
ce4610f1976773a91f366014d99b667b3f9aac31
Parents:
7b4ca1ff3d1b3fda428fb520644afc4fd4ce71d3347543e34be451b4f7f8394141a8c49ecfc42c17
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2017-02-01 09:45:21+01:00
git-committer:
GitHub <noreply@github.com>2017-02-01 09:45:21+01:00
Message:
Merge pull request #814 from surface-smoothers/spielwiese.localobjects.minpoly.fix

fix one error for sage in debug mode, see https://trac.sagemath.org/t…
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/normal.lib

    r7b4ca1f rab9451  
    27252725
    27262726      execute("ring C=("+charstr(S)+",a),(x,y),ds;");
    2727       number p=number(imap(B,p));
    2728 
    2729       minpoly=p;
     2727
     2728      minpoly=number(imap(B,p));
    27302729      map iota=S,a,a;
    27312730      number c=number(iota(c));
Note: See TracChangeset for help on using the changeset viewer.