Changeset 148455 in git


Ignore:
Timestamp:
Dec 12, 2008, 6:22:35 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
72382c279538b1bad38a4b5fd4808428791f8def
Parents:
4ad6362123b6d59ef8af60d6f27d6babb506c1df
Message:
*hannes; format


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/alexpoly.lib

    r4ad636 r148455  
    1 version="$Id: alexpoly.lib,v 1.16 2007-04-20 12:21:12 Singular Exp $";
     1version="$Id: alexpoly.lib,v 1.17 2008-12-12 17:22:35 Singular Exp $";
    22category="Singularities";
    33info="
     
    11051105}
    11061106
    1107 proc  multseq2charexp(def v)   // Procedure written by Fernando.
     1107proc multseq2charexp(def v)   // Procedure written by Fernando.
    11081108"USAGE:  multseq2charexp(v), v intvec
    11091109ASSUME:  The input is an intvec, which contains the mutiplicity sequence
  • Singular/LIB/graphics.lib

    r4ad636 r148455  
    11//last change: 13.02.2001 (Eric Westenberger)
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: graphics.lib,v 1.11 2006-07-18 15:53:58 Singular Exp $";
     3version="$Id: graphics.lib,v 1.12 2008-12-12 17:22:35 Singular Exp $";
    44category="Visualization";
    55info="
     
    150150
    151151///////////////////////////////////////////////////////////////////////////////
    152 proc  mplot(string fname,ideal I,list #)
     152proc mplot(string fname,ideal I,list #)
    153153"USAGE:   mplot(fname, I [,I1,I2,..,s] ); fname=string; I,I1,I2,..=ideals,
    154154         s=string representing the plot region.@*
     
    360360}
    361361///////////////////////////////////////////////////////////////////////////////
    362 
    363 
Note: See TracChangeset for help on using the changeset viewer.