Changeset ab9844 in git


Ignore:
Timestamp:
May 11, 2006, 6:21:15 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
ec9b961ce4d7cc79de9cb5d45e263f4ea6d58d21
Parents:
fe7d6b062eeb9a438cdfe1683fbed0301f5a52b9
Message:
*gmg: more descriptive output


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/deform.lib

    rfe7d6b rab9844  
    1 // $Id: deform.lib,v 1.35 2005-05-06 14:38:14 hannes Exp $
     1// $Id: deform.lib,v 1.36 2006-05-11 16:21:15 Singular Exp $
    22// author: Bernd Martin email: martin@math.tu-cottbus.de
    33//(bm, last modified 4/98)
    44///////////////////////////////////////////////////////////////////////////////
    5 version="$Id: deform.lib,v 1.35 2005-05-06 14:38:14 hannes Exp $";
     5version="$Id: deform.lib,v 1.36 2006-05-11 16:21:15 Singular Exp $";
    66category="Singularities";
    77info="
     
    278278// To access these data, type
    279279     def Px=L[1]; setring Px; print(Fs); print(Js); print(Rs);
     280
     281// L[2] = L[1]/Fo extending Qo=Po/Fo,
     282// L[3] = the embedding ring of the versal base space,
     283// L[4] = L[1]/Js extending L[3]/Js.
    280284");
    281285   return(list(`myPx`,`myQx`,`mySo`,`myOx`));
Note: See TracChangeset for help on using the changeset viewer.