Changeset cf3ff4 in git


Ignore:
Timestamp:
Apr 7, 1998, 7:51:02 PM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
052b762fb74d3c99536888b7d6250477c17e97e6
Parents:
49025e845fcf09ebb03e204de70d06ec1b8149f5
Message:
* hannes: cleanup in hutil.cc


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

Legend:

Unmodified
Added
Removed
  • Singular/hutil.cc

    r49025e rcf3ff4  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: hutil.cc,v 1.5 1997-12-15 22:46:24 obachman Exp $ */
     4/* $Id: hutil.cc,v 1.6 1998-04-07 17:51:02 Singular Exp $ */
    55/*
    66* ABSTRACT: Utilities for staircase operations
     
    8383  ek = ex = (scfmon)Alloc(k * sizeof(scmon));
    8484  hsecure = (Exponent_t**) Alloc(k * sizeof(scmon));
    85   for (i = sl; i; i--)
    86   {
    87     if (*si)
     85  for (i = sl; i>0; i--)
     86  {
     87    if (*si!=NULL)
    8888    {
    8989      *ek = (Exponent_t*) Alloc((pVariables+1)*sizeof(Exponent_t));
     
    957957  int  i;
    958958  xmem = (monf)Alloc((Nvar + 1) * sizeof(monp));
    959   for (i = Nvar; i; i--)
     959  for (i = Nvar; i>0; i--)
    960960  {
    961961    xmem[i] = (monp)Alloc(LEN_MON);
Note: See TracChangeset for help on using the changeset viewer.