Changeset 6f84e21 in git for Singular/LIB/reesclos.lib


Ignore:
Timestamp:
Mar 19, 2012, 6:56:53 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
1090a989f7d101fde20b92a6a0a5544ba05b8f9b
Parents:
6725bc35b7238be24cfd7a910c9493d9a59d5a91
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-19 18:56:53+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-19 19:03:54+01:00
Message:
fix: "? wrong type declaration. type 'help poly;'" was due to making 'denominator' & 'numerator' - reserved words (kernel functions)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/reesclos.lib

    r6725bc3 r6f84e21  
    406406  int length = size(images)-1;             // the number of generators
    407407  poly image;
    408   poly denominator = images[length+1];     // the universal denominator
     408  poly @denominator = images[length+1];     // the universal denominator
    409409
    410410  if (size(#)>0)
     
    429429  for (j=1;j<=length;j++)
    430430  {
    431     images[j] = (images[j]/denominator); // construct the fraction
     431    images[j] = (images[j]/@denominator); // construct the fraction
    432432    image = images[j];
    433433    if (dblvl>0)
Note: See TracChangeset for help on using the changeset viewer.