Changeset b45d97 in git for Singular/intvec.cc


Ignore:
Timestamp:
Apr 17, 1999, 2:30:24 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
a79a12873c307b35db5462af26c49d5b594af644
Parents:
458bd67f21def86763df6137584fe9c0d9fa9a66
Message:
more StringAppendS


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

Legend:

Unmodified
Added
Removed
  • Singular/intvec.cc

    r458bd6 rb45d97  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: intvec.cc,v 1.11 1999-04-16 07:53:33 obachman Exp $ */
     4/* $Id: intvec.cc,v 1.12 1999-04-17 12:30:17 Singular Exp $ */
    55/*
    66* ABSTRACT: class intvec: lists/vectors of integers
     
    112112      if (j+1<row)
    113113      {
    114         if (dim > 1) StringAppend("\n");
     114        if (dim > 1) StringAppendS("\n");
    115115        if (spaces>0) StringAppend("%-*.*s",spaces,spaces," ");
    116116      }
    117117    }
    118118  }
    119   return StringAppend("");
     119  return StringAppendS("");
    120120}
    121121
Note: See TracChangeset for help on using the changeset viewer.