Changeset 49eeee in git for Singular/tesths.cc


Ignore:
Timestamp:
Apr 24, 1998, 6:39:27 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
6ddbf53b34c0fdce02514053d39a0599dfffe3ef
Parents:
a02c2049dee0e5262a296749c338db97318a644a
Message:
* hannes:
  fixed bug in maps.cc: size of monom is not pMonomSize but mmGetSpecSize()
  changed header in tesths.cc
  changed handling of ring changes (polys*.cc ring.cc)


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

Legend:

Unmodified
Added
Removed
  • Singular/tesths.cc

    ra02c204 r49eeee  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: tesths.cc,v 1.34 1998-04-17 09:39:00 obachman Exp $ */
     4/* $Id: tesths.cc,v 1.35 1998-04-24 16:39:26 Singular Exp $ */
    55
    66/*
     
    469469    printf(
    470470"              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"
    473473"by: G.-M. Greuel, G. Pfister, H. Schoenemann\n"
    474474"Fachbereich Mathematik der Universitaet, D-67653 Kaiserslautern\n"
     475#if 0
    475476"contributions: O.Bachmann,W.Decker,H.Grassmann,B.Martin,M.Messollen,W.Neumann,\n"
    476477"\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
    478482    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 \";"
    480485           "\"\n(e.g., help; help command; help General syntax; help ring; quit;)\n\n");
    481486  }
Note: See TracChangeset for help on using the changeset viewer.