Changeset 481ed7 in git for Singular/maps_ip.cc


Ignore:
Timestamp:
Sep 23, 2004, 9:39:38 AM (20 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
74d2017e2056f5e9fdb31c68b3163b7b8f7c2fd7
Parents:
111a660c26334ab54accefac75912bfa73eb7867
Message:
*hannes: better warning text


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

Legend:

Unmodified
Added
Removed
  • Singular/maps_ip.cc

    r111a66 r481ed7  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: maps_ip.cc,v 1.5 2004-04-08 21:12:25 levandov Exp $ */
     4/* $Id: maps_ip.cc,v 1.6 2004-09-23 07:39:27 Singular Exp $ */
    55/*
    66* ABSTRACT - the mapping of polynomials to other rings
     
    222222    lnumber n=(lnumber)pGetCoeff(p);
    223223    tmpW.data=n->z;
    224     if (n->n!=NULL) WarnS("ignoring parts...");
     224    if (n->n!=NULL) WarnS("ignoring denominators of coefficients...");
    225225    if (maApplyFetch(MAP_CMD,theMap,v,&tmpW,currRing->algring,NULL,NULL,0,nMap))
    226226    {
Note: See TracChangeset for help on using the changeset viewer.