Changeset 9cfe6c in git for Singular/tesths.cc


Ignore:
Timestamp:
Aug 13, 2004, 12:39:38 PM (20 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
4d8b94e4e2811332c78be3d05b97f040454fd7e6
Parents:
5687c9ca4654b738815d2c99ba18384102b7eab2
Message:
*hannes: logo


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

Legend:

Unmodified
Added
Removed
  • Singular/tesths.cc

    r5687c9 r9cfe6c  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: tesths.cc,v 1.93 2004-02-12 13:07:24 Singular Exp $ */
     4/* $Id: tesths.cc,v 1.94 2004-08-13 10:39:38 Singular Exp $ */
    55
    66/*
     
    129129  {
    130130    (printf)(
    131 #ifdef HAVE_PLURAL
    132 "                     SINGULAR::PLURAL                      "
    133 #else
    134131"                     SINGULAR                             /"
    135 #endif
    136132#ifndef MAKE_DISTRIBUTION
    137133"  Development"
    138134#endif
    139135"\n"
    140 #ifdef HAVE_PLURAL
    141 " A Computer Algebra System for Polynomial Computations    /   version %s\n"
    142 "        in Noncommutative Polynomial Algebras            /\n"
    143 "                                                       0<\n"
    144 "     by: G.-M. Greuel, V. Levandovskyy, H. Schoenemann   \\   %s\n"
    145 "FB Mathematik der Universitaet, D-67653 Kaiserslautern    \\\n"
    146 #else
    147136" A Computer Algebra System for Polynomial Computations   /   version %s\n"
    148137"                                                       0<\n"
    149138"     by: G.-M. Greuel, G. Pfister, H. Schoenemann        \\   %s\n"
    150139"FB Mathematik der Universitaet, D-67653 Kaiserslautern    \\\n"
    151 #endif
    152140, S_VERSION1,S_VERSION2);
    153141  }
Note: See TracChangeset for help on using the changeset viewer.