Changeset 65183c4 in git


Ignore:
Timestamp:
Jun 19, 2015, 3:20:19 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8968f107bcce7138b2090ae3d63f0b6b87446a53
Parents:
78f5473d833f58e4d789d22b4bdd90725e6f52a4
Message:
p_MinPolyNormalize in maps
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/maps_ip.cc

    r78f547 r65183c4  
    7373      if (P!=0)
    7474      {
    75 //        WerrorS("Sorry 'napPermNumber' was lost in the refactoring process (due to Frank): needs to be fixed");
    76 //        return TRUE;
    77 #if 1
    7875// poly n_PermNumber(const number z, const int *par_perm, const int OldPar, const ring src, const ring dst);
    7976        res->data= (void *) n_PermNumber((number)data, par_perm, P, preimage_r, currRing);
    80 #endif
    8177        res->rtyp=POLY_CMD;
    8278        if (nCoeff_is_algExt(currRing->cf))
     
    170166        idDelete((ideal *)&s);
    171167      }
    172       if (nCoeff_is_Extension(currRing->cf))
     168      if (nCoeff_is_algExt(currRing->cf))
    173169      {
    174170        for (i=R*C-1;i>=0;i--)
Note: See TracChangeset for help on using the changeset viewer.