Changeset 8e1a91 in git for Singular/iparith.cc


Ignore:
Timestamp:
May 20, 1998, 12:33:23 AM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
9d48243484f2c9bca8a478033818b07a64cb0acf
Parents:
618929f0fe9bd46a8166a85f7097bf9d1cfe6c31
Message:
* fixed bug in jjLEADEXP


git-svn-id: file:///usr/local/Singular/svn/trunk@1906 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r618929 r8e1a91  
    25152515  if (p!=NULL)
    25162516  {
    2517     for(int i=pVariables;i>0;i--)
     2517    for(int i=pVariables-1;i;i--)
    25182518    {
    25192519      (*iv)[i]=pGetExp(p,i);
Note: See TracChangeset for help on using the changeset viewer.