Changeset 65183c4 in git
- Timestamp:
- Jun 19, 2015, 3:20:19 PM (8 years ago)
- Branches:
- (u'spielwiese', 'a7324b6e0b44a1a8ed3fa4d9ca3e2ff210ddd52c')
- Children:
- 8968f107bcce7138b2090ae3d63f0b6b87446a53
- Parents:
- 78f5473d833f58e4d789d22b4bdd90725e6f52a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/maps_ip.cc
r78f547 r65183c4 73 73 if (P!=0) 74 74 { 75 // WerrorS("Sorry 'napPermNumber' was lost in the refactoring process (due to Frank): needs to be fixed");76 // return TRUE;77 #if 178 75 // poly n_PermNumber(const number z, const int *par_perm, const int OldPar, const ring src, const ring dst); 79 76 res->data= (void *) n_PermNumber((number)data, par_perm, P, preimage_r, currRing); 80 #endif81 77 res->rtyp=POLY_CMD; 82 78 if (nCoeff_is_algExt(currRing->cf)) … … 170 166 idDelete((ideal *)&s); 171 167 } 172 if (nCoeff_is_ Extension(currRing->cf))168 if (nCoeff_is_algExt(currRing->cf)) 173 169 { 174 170 for (i=R*C-1;i>=0;i--)
Note: See TracChangeset
for help on using the changeset viewer.