Changeset 0cb8c8 in git


Ignore:
Timestamp:
May 18, 1998, 9:21:07 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
0f0c15170ab083786d6004f237630096ee8da6dd
Parents:
dcc79bd4f22830f3f5e7a8a12f998a8e787e7206
Message:
* new banner


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

Legend:

Unmodified
Added
Removed
  • Singular/tesths.cc

    rdcc79b r0cb8c8  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: tesths.cc,v 1.41 1998-05-08 12:23:42 obachman Exp $ */
     4/* $Id: tesths.cc,v 1.42 1998-05-18 19:21:07 obachman Exp $ */
    55
    66/*
     
    467467  {
    468468    printf(
     469#if 0
    469470"      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"
    471472"                                                     0<\n"
    472473"  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"
    474480#if 0
    475481"contributions: O.Bachmann,W.Decker,H.Grassmann,B.Martin,M.Messollen,W.Neumann,\n"
     
    480486#if 0
    481487    printf("%s  %s  (%d)",S_VERSION1,S_VERSION2, SINGULAR_VERSION_ID);
    482 #endif
    483488    printf("\nPlease note:  every command must end with a semicolon \";"
    484489           "\"\n(e.g., help; help command; help General syntax; help ring; quit;)\n");
     490#endif
    485491  }
    486492  else
Note: See TracChangeset for help on using the changeset viewer.