Changeset 49eeee in git for Singular/maps.cc


Ignore:
Timestamp:
Apr 24, 1998, 6:39:27 PM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6ddbf53b34c0fdce02514053d39a0599dfffe3ef
Parents:
a02c2049dee0e5262a296749c338db97318a644a
Message:
* hannes:
  fixed bug in maps.cc: size of monom is not pMonomSize but mmGetSpecSize()
  changed header in tesths.cc
  changed handling of ring changes (polys*.cc ring.cc)


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

Legend:

Unmodified
Added
Removed
  • Singular/maps.cc

    ra02c204 r49eeee  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: maps.cc,v 1.8 1998-04-08 16:04:28 Singular Exp $ */
     4/* $Id: maps.cc,v 1.9 1998-04-24 16:39:21 Singular Exp $ */
    55/*
    66* ABSTRACT - the mapping of polynomials to other rings
     
    211211  // change to new ring
    212212  rChangeCurrRing(&tmpR, FALSE);
    213   sizeofpoly = pMonomSize; /*POLYSIZE+sizeof(monomial);*/
     213  sizeofpoly = mmGetSpecSize();
    214214  if (id==NULL)
    215215    j = 0;
Note: See TracChangeset for help on using the changeset viewer.