Changeset 275397 in git for Singular/maps.cc


Ignore:
Timestamp:
Apr 8, 1998, 6:04:32 PM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
43ad8d3a0bac24e78153444638b76171714c3860
Parents:
af191b958ee3fe3243b1c9364cbf7700930e02ba
Message:
* hannes: fixes in kstdfac.cc kutil.cc kstd[12].cc


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

Legend:

Unmodified
Added
Removed
  • Singular/maps.cc

    raf191b9 r275397  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: maps.cc,v 1.7 1998-01-12 18:59:50 obachman Exp $ */
     4/* $Id: maps.cc,v 1.8 1998-04-08 16:04:28 Singular Exp $ */
    55/*
    66* ABSTRACT - the mapping of polynomials to other rings
     
    199199  }
    200200  ordersize=i+1;
    201   wv = (short **) Alloc(ordersize * sizeof(short **));
    202   memset(wv,0,ordersize * sizeof(short **));
     201  wv = (short **) Alloc0(ordersize * sizeof(short **));
    203202  for (i--;i!=0 ;i--) wv[i+1] = sourcering->wvhdl[i];
    204203  tmpR = *currRing;
Note: See TracChangeset for help on using the changeset viewer.