Changeset 4508ce5 in git for Singular/iparith.cc


Ignore:
Timestamp:
Dec 15, 2000, 7:49:36 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a5f564c88c2600acb20b8afdd6dd84d9d3f715df
Parents:
d3bf0986c4b1a7bac5ffc43b873646317a0d91de
Message:
*hannes: nMap removed nSetMap returns now the routine


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

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    rd3bf098 r4508ce5  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iparith.cc,v 1.240 2000-12-13 17:49:37 Singular Exp $ */
     4/* $Id: iparith.cc,v 1.241 2000-12-15 18:49:29 Singular Exp $ */
    55
    66/*
     
    16201620  idhdl w;
    16211621  int op=iiOp;
     1622  nMapFunc nMap;
    16221623
    16231624  if ((w=r->idroot->get(v->Name(),myynest))!=NULL)
     
    16281629    BOOLEAN bo;
    16291630    //if (!nSetMap(rInternalChar(r),r->parameter,rPar(r),r->minpoly))
    1630     if (!nSetMap(r))
     1631    if ((nMap=nSetMap(r))==NULL)
    16311632    {
    16321633      if (rEqual(r,currRing))
     
    16931694    tmpW.data=IDDATA(w);
    16941695    if ((bo=maApplyFetch(op,NULL,res,&tmpW, r,
    1695                          perm,par_perm,par_perm_size)))
     1696                         perm,par_perm,par_perm_size,nMap)))
    16961697    {
    16971698      Werror("cannot map %s of type %s(%d)",v->name, Tok2Cmdname(w->typ),w->typ);
Note: See TracChangeset for help on using the changeset viewer.