Changeset dd2714 in git for Singular/maps.cc


Ignore:
Timestamp:
Jan 22, 2002, 10:57:53 AM (22 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
c265b9c35ccdbdd570bbdc91de68221148b45915
Parents:
aab2454f047d8fa2f65b33359cf0146be716ab3b
Message:
*hannes: fixed fetch ideals from other coeff domain


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

Legend:

Unmodified
Added
Removed
  • Singular/maps.cc

    raab245 rdd2714  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: maps.cc,v 1.37 2001-08-27 14:47:10 Singular Exp $ */
     4/* $Id: maps.cc,v 1.38 2002-01-22 09:57:53 Singular Exp $ */
    55/*
    66* ABSTRACT - the mapping of polynomials to other rings
     
    559559        ((matrix)data)->rank=((matrix)data)->rows();
    560560      }
    561       if (what==FETCH_CMD)
     561      if ((what==FETCH_CMD)&& (nMap==nCopy))
    562562      {
    563563        for (i=R*C-1;i>=0;i--)
     
    568568      }
    569569      else
    570       if (what==IMAP_CMD)
     570      if ((what==IMAP_CMD) || ((what==FETCH_CMD) /* && (nMap!=nCopy)*/))
    571571      {
    572572        for (i=R*C-1;i>=0;i--)
Note: See TracChangeset for help on using the changeset viewer.