Changeset 5bdabc in git


Ignore:
Timestamp:
Mar 25, 2004, 10:15:12 PM (20 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
3d9ed9730c6639ccd48654bab09d3ef24067f307
Parents:
99b206f5f92de1a35a2d9d6bfa37a2cf37cb5b1b
Message:
*levandov: partial Plural Subst fix


git-svn-id: file:///usr/local/Singular/svn/trunk@7107 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/maps_ip.cc

    r99b206 r5bdabc  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: maps_ip.cc,v 1.1 2003-12-08 16:38:23 Singular Exp $ */
     4/* $Id: maps_ip.cc,v 1.2 2004-03-25 21:15:12 levandov Exp $ */
    55/*
    66* ABSTRACT - the mapping of polynomials to other rings
     
    243243
    244244/*2
    245 * substitute the n-th paramter by the poly e in id
     245* substitute the n-th parameter by the poly e in id
    246246* does not destroy id and e
    247247*/
     
    265265poly pSubstPoly(poly p, int var, poly image)
    266266{
     267#ifdef HAVE_PLURAL
     268  return pSubst(pCopy(p),var,image);
     269#endif
    267270  map theMap=(map)idMaxIdeal(1);
    268271  theMap->preimage=NULL;
Note: See TracChangeset for help on using the changeset viewer.