Changeset 0348347 in git


Ignore:
Timestamp:
Apr 22, 1998, 11:14:07 AM (25 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
c4bbf1f73701d48bb471ae3fa76b1c03d53d1e17
Parents:
cc8350f619e28faa89a9cc221bb9eb248eab3122
Message:
*** empty log message ***


git-svn-id: file:///usr/local/Singular/svn/trunk@1421 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/classify.lib

    rcc8350 r0348347  
    1 // $Id: classify.lib,v 1.21 1998-04-06 16:31:31 krueger Exp $
    2 ///////////////////////////////////////////////////////////////////////////////
    3 
    4 version  =       "$Id: classify.lib,v 1.21 1998-04-06 16:31:31 krueger Exp $";
     1// $Id: classify.lib,v 1.22 1998-04-22 09:13:07 krueger Exp $
     2///////////////////////////////////////////////////////////////////////////////
     3
     4version  =       "$Id: classify.lib,v 1.22 1998-04-22 09:13:07 krueger Exp $";
    55info="
    66LIBRARY:  classify.lib  PROCEDURES FOR THE ARNOLD-CLASSIFIER OF SINGULARITIES 
     
    99   equivalence, based on the determinator of singularities by V.I. Arnold.
    1010   Author: Kai Krueger, krueger@mathematik.uni-kl.de
    11    last modified: 04.04.1997
     11   last modified: 04.04.1998
    1212
    1313basicinvariants(f);  computes Milnor number, determinacy-bound and corank of f
  • Singular/iplib.cc

    rcc8350 r0348347  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iplib.cc,v 1.17 1998-04-07 19:14:43 krueger Exp $ */
     4/* $Id: iplib.cc,v 1.18 1998-04-22 09:14:07 krueger Exp $ */
    55/*
    66* ABSTRACT: interpreter: LIB and help
     
    106106      strcat(argstr,"parameter ");
    107107      strcat(argstr,s);
    108       strcat(argstr,";\n");
     108      strcat(argstr,"; ");
    109109      e++; // e was pointing to ','
    110110    }
Note: See TracChangeset for help on using the changeset viewer.