Changeset 803c5a1 in git for Singular/LIB/general.lib


Ignore:
Timestamp:
Dec 22, 2000, 2:55:14 PM (22 years ago)
Author:
Gert-Martin Greuel <greuel@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
8942a5b3190ffdb5622125ddc7c005c0b1b725d2
Parents:
558eb2e4904ef3d1c00dc5ccf1cdf5d4d5e4532a
Message:
* GMG: Kosmetik


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/general.lib

    r558eb2 r803c5a1  
    1 // $Id: general.lib,v 1.29 2000-12-19 14:37:25 anne Exp $
    21//GMG, last modified 18.6.99
    32//anne, added deleteSublist and watchdog 12.12.2000
    43///////////////////////////////////////////////////////////////////////////////
    5 
    6 version="$Id: general.lib,v 1.29 2000-12-19 14:37:25 anne Exp $";
     4version="$Id: general.lib,v 1.30 2000-12-22 13:52:31 greuel Exp $";
    75category="General purpose";
    86info="
    9 LIBRARY:  general.lib   PROCEDURES OF GENERAL TYPE
     7LIBRARY:  general.lib   Elementary Computations of General Type
    108
    119PROCEDURES:
     
    10331031
    10341032proc watchdog(int i, string cmd)
    1035 "USAGE  : watchdog(i,cmd); i -- integer; cmd -- string
     1033"USAGE  : watchdog(i,cmd); i integer; cmd string
    10361034RETURNS: Result of cmd, if the result can be computed in
    10371035         i seconds. Otherwise the computation is interrupted after
     
    11321130
    11331131proc deleteSublist(intvec v,list l)
    1134 "USAGE:   deleteSublist(v,l); -- intvec v; list l
     1132"USAGE:   deleteSublist(v,l); intvec v; list l
    11351133         where the entries of the integer vector v correspond to the
    11361134         positions of the elements to be deleted
Note: See TracChangeset for help on using the changeset viewer.