Changeset b45d97 in git for Singular/intvec.cc
- Timestamp:
- Apr 17, 1999, 2:30:24 PM (24 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- a79a12873c307b35db5462af26c49d5b594af644
- Parents:
- 458bd67f21def86763df6137584fe9c0d9fa9a66
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/intvec.cc
r458bd6 rb45d97 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: intvec.cc,v 1.1 1 1999-04-16 07:53:33 obachmanExp $ */4 /* $Id: intvec.cc,v 1.12 1999-04-17 12:30:17 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: class intvec: lists/vectors of integers … … 112 112 if (j+1<row) 113 113 { 114 if (dim > 1) StringAppend ("\n");114 if (dim > 1) StringAppendS("\n"); 115 115 if (spaces>0) StringAppend("%-*.*s",spaces,spaces," "); 116 116 } 117 117 } 118 118 } 119 return StringAppend ("");119 return StringAppendS(""); 120 120 } 121 121
Note: See TracChangeset
for help on using the changeset viewer.