Changeset 7c8522 in git


Ignore:
Timestamp:
Jun 12, 2015, 1:08:31 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
40679138d7f05123083a17ec7da35640b0552f60
Parents:
8aa9770fc6e41a905d10dd6cac4556354095e462
Message:
fix: mapping needs normalize only for algExt
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/maps_ip.cc

    r8aa977 r7c8522  
    8080#endif
    8181        res->rtyp=POLY_CMD;
    82         if (nCoeff_is_Extension(currRing->cf))
     82        if (nCoeff_is_algExt(currRing->cf))
    8383          res->data=(void *)p_MinPolyNormalize((poly)res->data, currRing);
    8484        pTest((poly) res->data);
     
    9191
    9292
    93         if (nCoeff_is_Extension(currRing->cf))
     93        if (nCoeff_is_algExt(currRing->cf))
    9494        {
    9595          n_Normalize(a, currRing->cf); // ???
     
    270270        n_Delete(&d, currRing); d = NULL;
    271271      }
    272        else if (!p_IsConstant((poly)NUM((fraction)d), R))
     272      else if (!p_IsConstant((poly)NUM((fraction)d), R))
    273273      {
    274274        WarnS("ignoring denominators of coefficients...");
Note: See TracChangeset for help on using the changeset viewer.