Changeset 0cb8c8 in git
- Timestamp:
- May 18, 1998, 9:21:07 PM (25 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 0f0c15170ab083786d6004f237630096ee8da6dd
- Parents:
- dcc79bd4f22830f3f5e7a8a12f998a8e787e7206
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/tesths.cc
rdcc79b r0cb8c8 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: tesths.cc,v 1.4 1 1998-05-08 12:23:42obachman Exp $ */4 /* $Id: tesths.cc,v 1.42 1998-05-18 19:21:07 obachman Exp $ */ 5 5 6 6 /* … … 467 467 { 468 468 printf( 469 #if 0 469 470 " SINGULAR : a Computer Algebra System /\n" 470 " for Commutative Algebra and Algebraic Geometry/ %s\n"471 " a Computer Algebra System for polynomial computations / %s\n" 471 472 " 0<\n" 472 473 " by: G.-M. Greuel, G. Pfister, H. Schoenemann \\ %s\n" 473 "FB Mathematik der Universitaet, D-67653 Kaiserslautern \\\n" 474 #endif 475 " SINGULAR /\n" 476 " a Computer Algebra System for Polynomial Computations / %s\n" 477 " 0<\n" 478 " by: G.-M. Greuel, G. Pfister, H. Schoenemann \\ %s\n" 479 "FB Mathematik der Universitaet, D-67653 Kaiserslautern \\\n" 474 480 #if 0 475 481 "contributions: O.Bachmann,W.Decker,H.Grassmann,B.Martin,M.Messollen,W.Neumann,\n" … … 480 486 #if 0 481 487 printf("%s %s (%d)",S_VERSION1,S_VERSION2, SINGULAR_VERSION_ID); 482 #endif483 488 printf("\nPlease note: every command must end with a semicolon \";" 484 489 "\"\n(e.g., help; help command; help General syntax; help ring; quit;)\n"); 490 #endif 485 491 } 486 492 else
Note: See TracChangeset
for help on using the changeset viewer.