Changeset e259fe in git for kernel/kutil.h


Ignore:
Timestamp:
Sep 16, 2008, 2:33:18 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
36605fd3c4e2a7b120265ffeb5acfc3f0e20a74e
Parents:
78558861c9f8b6003b3c438433e75d1eba76dc57
Message:
*hannes: initL


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

Legend:

Unmodified
Added
Removed
  • kernel/kutil.h

    r785588 re259fe  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: kutil.h,v 1.37 2008-07-09 08:26:30 wienand Exp $ */
     6/* $Id: kutil.h,v 1.38 2008-09-16 12:33:18 Singular Exp $ */
    77/*
    88* ABSTRACT: kernel: utils for kStd
     
    350350void deleteInS (int i,kStrategy strat);
    351351void cleanT (kStrategy strat);
    352 static inline LSet initL ()
    353 { return (LSet)omAlloc(setmaxL*sizeof(LObject)); };
     352static inline LSet initL (int nr=setmaxL)
     353{ return (LSet)omAlloc(nr*sizeof(LObject)); };
    354354void deleteInL(LSet set, int *length, int j,kStrategy strat);
    355355void enterL (LSet *set,int *length, int *LSetmax, LObject p,int at);
Note: See TracChangeset for help on using the changeset viewer.