Changeset c17b5f in git


Ignore:
Timestamp:
Feb 26, 1999, 3:27:46 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
ea476cf625887b7e1b2749f72c328c58db3f52d7
Parents:
a3836d9cf2acddc950056d641aefb9462400d7cd
Message:
hannes: optimized pEnalgeSet


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

Legend:

Unmodified
Added
Removed
  • Singular/polys1.cc

    ra3836d rc17b5f  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: polys1.cc,v 1.17 1999-01-07 12:21:52 Singular Exp $ */
     4/* $Id: polys1.cc,v 1.18 1999-02-26 14:27:46 Singular Exp $ */
    55
    66/*
     
    707707  if (increment>0)
    708708  {
    709     for (i=l; i<l+increment; i++)
    710       h[i]=NULL;
     709    //for (i=l; i<l+increment; i++)
     710    //  h[i]=NULL;
     711    memset(&(h[l]),0,increment*sizeof(poly));
    711712  }
    712713  *p=h;
Note: See TracChangeset for help on using the changeset viewer.