Changeset 96b804 in git
- Timestamp:
- May 24, 1998, 11:51:50 AM (25 years ago)
- Branches:
- (u'spielwiese', 'd1ba061a762c62d3a25159d8da8b6e17332291fa')
- Children:
- 3bb3e6aa8f77d610b72ac96bb897600802300029
- Parents:
- 9ebfb1b62d00150be81a67bd491fbafee9dd591f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/intvec.cc
r9ebfb1b r96b804 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: intvec.cc,v 1. 8 1998-05-19 21:03:55obachman Exp $ */4 /* $Id: intvec.cc,v 1.9 1998-05-24 09:51:50 obachman Exp $ */ 5 5 /* 6 6 * ABSTRACT: class intvec: lists/vectors of integers … … 82 82 if ((col == 1)&&(mat!=INTMAT_CMD)) 83 83 { 84 for (int i=0; i<row-1; i++) 84 int i; 85 for (i=0; i<row-1; i++) 85 86 { 86 87 StringAppend("%d,",v[i]);
Note: See TracChangeset
for help on using the changeset viewer.