Changeset 21fd93 in git for Singular


Ignore:
Timestamp:
Nov 5, 1999, 4:12:24 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
0a61ade6e7f3bac9e3585cb4ce421aa9f247f30d
Parents:
eedab2da10a67a652d6ceaec8f3eda75972de883
Message:
* removed '` from output so that font-locking in emacs does not get
  screwed up


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/classify.lib

    reedab2 r21fd93  
    1 e// $Id: classify.lib,v 1.37 1999-09-03 15:17:01 krueger Exp $
     1e// $Id: classify.lib,v 1.38 1999-11-05 15:12:24 obachman Exp $
    22// KK, last modified: 04.04.1998
    33///////////////////////////////////////////////////////////////////////////////
    44
    5 version  = "$Id: classify.lib,v 1.37 1999-09-03 15:17:01 krueger Exp $";
     5version  = "$Id: classify.lib,v 1.38 1999-11-05 15:12:24 obachman Exp $";
    66info="
    77LIBRARY:  classify.lib  PROCEDURES FOR THE ARNOLD-CLASSIFIER OF SINGULARITIES
     
    14471447  if( @DeBug >= 0 ) {
    14481448    "The singularity";
    1449     "   `"+Show(jet(f, K))+"'";
     1449    "   "+Show(jet(f, K))+"";
    14501450    if( typ != "error!" && typ != "NoClass" ) {
    14511451      "is R-equivalent to "+typ+".";
     
    14691469    int Mu = cstn[2];
    14701470    int K  = cstn[3];
    1471     string s = "The Singularity '";+Show(jet(f, K), corank, K);
     1471    string s = "The Singularity ";+Show(jet(f, K), corank, K);
    14721472    string tp="";
    14731473//    return(printresult(47, f, tp, cstn, -1));
    14741474
    1475     s = s +"' has 4-jet equal to zero. (F47), mu="+string(Mu);
     1475    s = s +" has 4-jet equal to zero. (F47), mu="+string(Mu);
    14761476
    14771477    s; // +"  ("+SG_Typ+")";
     
    24072407  if(crk==1) { f = f + y2 + z2; }
    24082408  if(crk==2) { f = f + z2; }
    2409   txt="RandomPoly-Series: gewaehlt fall `"+Typ+"' mit";
     2409  txt="RandomPoly-Series: gewaehlt fall "+Typ+" mit";
    24102410  txt=txt+" f="+string(f);
    24112411  txt;
Note: See TracChangeset for help on using the changeset viewer.