Changeset e820b2 in git for Singular/LIB/hnoether.lib


Ignore:
Timestamp:
Feb 7, 2012, 4:28:51 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f16c7daaa76afc3fdd1ec92e5b33712a2297fc4a
Parents:
108e2ec73be7e6a609b8fa8fb28be6af482e5dcc
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-07 16:28:51+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-07 19:23:15+01:00
Message:
fixes due to minpoly' killer solution

CHG: since setting minpoly kills local objects - declare them again if needed... (psi in brnoeth.lib)
FIX: minpoly may have killed the map already... (pre_HN in LIB/hnoether.lib)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/hnoether.lib

    r108e2ec re820b2  
    29412941    mipl=string(getminpol(mipo));    // String umgewandelt mit 'a' als Param.
    29422942    execute("minpoly="+mipl+";");    // "minpoly=poly is not supported"
    2943     kill HNhelpring, getminpol;
     2943    kill HNhelpring; if(defined(getminpol)){ kill getminpol; }
    29442944   }
    29452945   if (nvars(altring)==2) {
Note: See TracChangeset for help on using the changeset viewer.