Changeset 1cf2dc6 in git


Ignore:
Timestamp:
Dec 8, 2000, 3:47:44 PM (22 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
0d7217b1f647254bcffd002e6cfa8fe99ad2efda
Parents:
0c3e67247d81662592a32fdb1e1d73d073658c88
Message:
*hannes: napGetExpFrom


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

Legend:

Unmodified
Added
Removed
  • Singular/algmap.cc

    r0c3e67 r1cf2dc6  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: algmap.cc,v 1.20 2000-12-08 14:42:37 Singular Exp $ */
     4/* $Id: algmap.cc,v 1.21 2000-12-08 14:47:44 Singular Exp $ */
    55/*
    66* ABSTRACT - the mapping of polynomials from rings with
     
    6060    {
    6161      j++;
    62       pSetExp(q0,i, napGetExp(a0,j));
     62      pSetExp(q0,i, napGetExpFrom(a0,j,r0));
    6363    }
    6464    pSetm(q0);
Note: See TracChangeset for help on using the changeset viewer.