Changeset cf3ff4 in git
- Timestamp:
- Apr 7, 1998, 7:51:02 PM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- 052b762fb74d3c99536888b7d6250477c17e97e6
- Parents:
- 49025e845fcf09ebb03e204de70d06ec1b8149f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/hutil.cc
r49025e rcf3ff4 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: hutil.cc,v 1. 5 1997-12-15 22:46:24 obachmanExp $ */4 /* $Id: hutil.cc,v 1.6 1998-04-07 17:51:02 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: Utilities for staircase operations … … 83 83 ek = ex = (scfmon)Alloc(k * sizeof(scmon)); 84 84 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) 88 88 { 89 89 *ek = (Exponent_t*) Alloc((pVariables+1)*sizeof(Exponent_t)); … … 957 957 int i; 958 958 xmem = (monf)Alloc((Nvar + 1) * sizeof(monp)); 959 for (i = Nvar; i ; i--)959 for (i = Nvar; i>0; i--) 960 960 { 961 961 xmem[i] = (monp)Alloc(LEN_MON);
Note: See TracChangeset
for help on using the changeset viewer.