Changeset e259fe in git for kernel/kutil.h
- Timestamp:
- Sep 16, 2008, 2:33:18 PM (15 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 36605fd3c4e2a7b120265ffeb5acfc3f0e20a74e
- Parents:
- 78558861c9f8b6003b3c438433e75d1eba76dc57
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kutil.h
r785588 re259fe 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: kutil.h,v 1.3 7 2008-07-09 08:26:30 wienandExp $ */6 /* $Id: kutil.h,v 1.38 2008-09-16 12:33:18 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT: kernel: utils for kStd … … 350 350 void deleteInS (int i,kStrategy strat); 351 351 void cleanT (kStrategy strat); 352 static inline LSet initL ( )353 { return (LSet)omAlloc( setmaxL*sizeof(LObject)); };352 static inline LSet initL (int nr=setmaxL) 353 { return (LSet)omAlloc(nr*sizeof(LObject)); }; 354 354 void deleteInL(LSet set, int *length, int j,kStrategy strat); 355 355 void enterL (LSet *set,int *length, int *LSetmax, LObject p,int at);
Note: See TracChangeset
for help on using the changeset viewer.