Changeset 96b804 in git


Ignore:
Timestamp:
May 24, 1998, 11:51:50 AM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'd1ba061a762c62d3a25159d8da8b6e17332291fa')
Children:
3bb3e6aa8f77d610b72ac96bb897600802300029
Parents:
9ebfb1b62d00150be81a67bd491fbafee9dd591f
Message:
* correct small syntactic error


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

Legend:

Unmodified
Added
Removed
  • Singular/intvec.cc

    r9ebfb1b r96b804  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: intvec.cc,v 1.8 1998-05-19 21:03:55 obachman Exp $ */
     4/* $Id: intvec.cc,v 1.9 1998-05-24 09:51:50 obachman Exp $ */
    55/*
    66* ABSTRACT: class intvec: lists/vectors of integers
     
    8282  if ((col == 1)&&(mat!=INTMAT_CMD))
    8383  {
    84     for (int i=0; i<row-1; i++)
     84    int i;
     85    for (i=0; i<row-1; i++)
    8586    {
    8687      StringAppend("%d,",v[i]);
Note: See TracChangeset for help on using the changeset viewer.