Changeset 811826 in git for Singular/fglmhom.cc
- Timestamp:
- Mar 9, 1999, 1:28:50 PM (25 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- d78e6e2c82ab8bd96284f77386c71eff6908b71a
- Parents:
- 41442f095ba5a5301108857c89ac604ccfdcf0f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/fglmhom.cc
r41442f r811826 1 1 // emacs edit mode for this file is -*- C++ -*- 2 // $Id: fglmhom.cc,v 1.1 1 1998-09-24 09:59:39 SingularExp $2 // $Id: fglmhom.cc,v 1.12 1999-03-09 12:28:46 obachman Exp $ 3 3 4 4 /**************************************** … … 326 326 // Map the sourceHeads to the destRing 327 327 int * vperm = (int *)Alloc( (sourceRing->N + 1)*sizeof(int) ); 328 maFindPerm( sourceRing->names, sourceRing->N, NULL, 0, currRing->names, currRing->N, NULL, 0, vperm, NULL ); 328 maFindPerm( sourceRing->names, sourceRing->N, NULL, 0, currRing->names, 329 currRing->N, NULL, 0, vperm, NULL, currRing->ch); 329 330 nSetMap( sourceRing->ch, sourceRing->parameter, sourceRing->P, sourceRing->minpoly ); 330 331 for ( s= IDELEMS( sourceIdeal ) - 1; s >= 0; s-- ) {
Note: See TracChangeset
for help on using the changeset viewer.