Changeset c17b5f in git
- Timestamp:
- Feb 26, 1999, 3:27:46 PM (25 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- ea476cf625887b7e1b2749f72c328c58db3f52d7
- Parents:
- a3836d9cf2acddc950056d641aefb9462400d7cd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/polys1.cc
ra3836d rc17b5f 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: polys1.cc,v 1.1 7 1999-01-07 12:21:52Singular Exp $ */4 /* $Id: polys1.cc,v 1.18 1999-02-26 14:27:46 Singular Exp $ */ 5 5 6 6 /* … … 707 707 if (increment>0) 708 708 { 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)); 711 712 } 712 713 *p=h;
Note: See TracChangeset
for help on using the changeset viewer.