Changeset b45d97 in git for Singular/ipshell.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/ipshell.cc
r458bd6 rb45d97 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipshell.cc,v 1. 39 1999-04-16 07:53:38 obachmanExp $ */4 /* $Id: ipshell.cc,v 1.40 1999-04-17 12:30:18 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: … … 506 506 pString0(*pp++); 507 507 s=StringAppend("%c",ch); 508 if (dim > 1) s = StringAppend ("\n");508 if (dim > 1) s = StringAppendS("\n"); 509 509 } 510 510 }
Note: See TracChangeset
for help on using the changeset viewer.