Changeset 6725bc3 in git


Ignore:
Timestamp:
Mar 19, 2012, 6:49:09 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
6f84e21f0a9c049515af01494fc0832e9afd95d3
Parents:
bbe9548df00466bc1a7e2d22f1e5662d1f4614fa
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-19 18:49:09+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-19 19:03:54+01:00
Message:
fix "? f is undefined in kill" after setting minpoly in finvar.lib::molien
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/finvar.lib

    rbbe954 r6725bc3  
    617617      minpoly=number(f(minq));         // e is now a r-th primitive root of
    618618                                       // unity -
    619       kill Q, f;                       // no longer needed -
     619      kill Q;                       // no longer needed -
    620620      poly p=1;                        // used to build the denominator of the
    621621                                       // new term in the Molien series
Note: See TracChangeset for help on using the changeset viewer.