Changeset 49eeee in git for Singular/tesths.cc
- Timestamp:
- Apr 24, 1998, 6:39:27 PM (25 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 6ddbf53b34c0fdce02514053d39a0599dfffe3ef
- Parents:
- a02c2049dee0e5262a296749c338db97318a644a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/tesths.cc
ra02c204 r49eeee 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: tesths.cc,v 1.3 4 1998-04-17 09:39:00 obachmanExp $ */4 /* $Id: tesths.cc,v 1.35 1998-04-24 16:39:26 Singular Exp $ */ 5 5 6 6 /* … … 469 469 printf( 470 470 " Welcome to SINGULAR /\n" 471 " A Computer Algebra System o< \n"472 " for Commutative Algebra and Algebraic Geometry \\ \n\n"471 " A Computer Algebra System o< %s\n" 472 " for Commutative Algebra and Algebraic Geometry \\ %s\n\n" 473 473 "by: G.-M. Greuel, G. Pfister, H. Schoenemann\n" 474 474 "Fachbereich Mathematik der Universitaet, D-67653 Kaiserslautern\n" 475 #if 0 475 476 "contributions: O.Bachmann,W.Decker,H.Grassmann,B.Martin,M.Messollen,W.Neumann,\n" 476 477 "\tW.Pohl,T.Siebert,R.Stobbe,T.Wichmann\n" 477 "e-mail: singular@mathematik.uni-kl.de\n"); 478 "e-mail: singular@mathematik.uni-kl.de\n", S_VERSION1,S_VERSION2); 479 #endif 480 , S_VERSION1,S_VERSION2); 481 #if 0 478 482 printf("%s %s (%d)",S_VERSION1,S_VERSION2, SINGULAR_VERSION_ID); 479 printf("\n\nPlease note: EVERY COMMAND MUST END WITH A SEMICOLON \";" 483 #endif 484 printf("\nPlease note: EVERY COMMAND MUST END WITH A SEMICOLON \";" 480 485 "\"\n(e.g., help; help command; help General syntax; help ring; quit;)\n\n"); 481 486 }
Note: See TracChangeset
for help on using the changeset viewer.