Changeset fab2cca in git


Ignore:
Timestamp:
May 23, 2011, 6:00:49 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
2024f6a924721dabadabb00eba442d9999dd3b89
Parents:
f6c50d15094fcdfe9d9f134bb3b061760aa62b3e
Message:
additional fixes to map of alg.ext.

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

Legend:

Unmodified
Added
Removed
  • kernel/longtrans.cc

    rf6c50d rfab2cca  
    10091009          pDelete(&p);
    10101010      }
    1011       pTest(p);
    1012       res=pAdd(res,p);
     1011      nNormalize(pGetCoeff(p));
     1012      if (nIsZero(pGetCoeff(p)))
     1013        pDelete(&p);
     1014      else
     1015      {
     1016        pTest(p);
     1017        res=pAdd(res,p);
     1018      }
    10131019    }
    10141020    pIter(za);
Note: See TracChangeset for help on using the changeset viewer.