Changeset 5a790f in git


Ignore:
Timestamp:
Feb 22, 2005, 11:39:08 AM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3f2e22cd9975bb1510a509daa3455435ae14e798
Parents:
34b03143f27c33c57d6458b8d0f9070e54067eed
Message:
*hannes: gaussman.lib -> gmssing.lib, gmspoly.lib


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/all.lib

    r34b0314 r5a790f  
    1 // $Id: all.lib,v 1.38 2003-02-25 17:15:38 Singular Exp $
     1// $Id: all.lib,v 1.39 2005-02-22 10:39:08 Singular Exp $
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: all.lib,v 1.38 2003-02-25 17:15:38 Singular Exp $";
     3version="$Id: all.lib,v 1.39 2005-02-22 10:39:08 Singular Exp $";
    44category = "General purpose";
    55info="
     
    3636  deform_lib:      Miniversal Deformation of Singularities and Modules
    3737  equising_lib:    Equisingularity Stratum of a Family of Plane Curves
    38   gaussman_lib:    Gauss-Manin Connection of a Singularity
     38  gmssing.lib:     Gauss-Manin System of Isolated Singularities
     39  gmspoly.lib:     Gauss-Manin System of Tame Polynomials
    3940  hnoether_lib:    Hamburger-Noether (Puiseux) Development
    4041  mondromy_lib:    Monodromy of an Isolated Hypersurface Singularity
     
    100101LIB "deform.lib";
    101102LIB "equising.lib";
    102 LIB "gaussman.lib";
     103LIB "gmssing.lib";
     104LIB "gmspoly.lib";
    103105LIB "hnoether.lib";
    104106LIB "mondromy.lib";
Note: See TracChangeset for help on using the changeset viewer.