Changeset fab2cca in git for kernel/longtrans.cc


Ignore:
Timestamp:
May 23, 2011, 6:00:49 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
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.