Changeset 413d2e0 in git


Ignore:
Timestamp:
Dec 9, 2014, 5:59:42 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
2e09fc381eb50c9ece4021cca644e6d6b529397f
Parents:
96b5cde0a95fb57bfcc2089d3ecdfdbf494895d2
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-12-09 17:59:42+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-12-10 12:19:16+01:00
Message:
fix minpoly handling (normal::genus)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/normal.lib

    r96b5cde r413d2e0  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="version normal.lib 4.0.0.0 Jun_2013 "; // $Id$
     2version="version normal.lib 4.0.1.1 Dec_2014 "; // $Id$
    33category="Commutative Algebra";
    44info="
     
    23292329         execute("ring Rhelp=("+charstr(R0)+"),(@s),dp;");
    23302330      }
    2331       execute("minpoly = "+smp+";");
     2331      if (smp!="0")
     2332      { execute("minpoly = "+smp+";");}
    23322333      def newR=R+Rhelp;
    23332334      setring newR;
Note: See TracChangeset for help on using the changeset viewer.