Changeset 5bdabc in git
- Timestamp:
- Mar 25, 2004, 10:15:12 PM (20 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 3d9ed9730c6639ccd48654bab09d3ef24067f307
- Parents:
- 99b206f5f92de1a35a2d9d6bfa37a2cf37cb5b1b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/maps_ip.cc
r99b206 r5bdabc 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: maps_ip.cc,v 1. 1 2003-12-08 16:38:23 SingularExp $ */4 /* $Id: maps_ip.cc,v 1.2 2004-03-25 21:15:12 levandov Exp $ */ 5 5 /* 6 6 * ABSTRACT - the mapping of polynomials to other rings … … 243 243 244 244 /*2 245 * substitute the n-th param ter by the poly e in id245 * substitute the n-th parameter by the poly e in id 246 246 * does not destroy id and e 247 247 */ … … 265 265 poly pSubstPoly(poly p, int var, poly image) 266 266 { 267 #ifdef HAVE_PLURAL 268 return pSubst(pCopy(p),var,image); 269 #endif 267 270 map theMap=(map)idMaxIdeal(1); 268 271 theMap->preimage=NULL;
Note: See TracChangeset
for help on using the changeset viewer.