Changeset ec69aa in git
- Timestamp:
- Feb 1, 2007, 7:22:35 PM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 2cd0ca7c81f7d71ae3b530712b2d135a4df1802e
- Parents:
- f4b74e24435694d98ef9a9bec0af428cd1ff0629
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kInline.cc
rf4b74e2 rec69aa 7 7 * Author: obachman (Olaf Bachmann) 8 8 * Created: 8/00 9 * Version: $Id: kInline.cc,v 1. 4 2007-02-01 16:39:30Singular Exp $9 * Version: $Id: kInline.cc,v 1.5 2007-02-01 18:22:35 Singular Exp $ 10 10 *******************************************************************/ 11 11 #ifndef KINLINE_CC … … 1045 1045 } 1046 1046 1047 static inlinevoid clearS (poly p, unsigned long p_sev, int* at, int* k,1047 KINLINE void clearS (poly p, unsigned long p_sev, int* at, int* k, 1048 1048 kStrategy strat) 1049 1049 { -
kernel/kutil.h
rf4b74e2 rec69aa 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: kutil.h,v 1.2 0 2006-10-12 08:55:41Singular Exp $ */6 /* $Id: kutil.h,v 1.21 2007-02-01 18:22:35 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT: kernel: utils for kStd … … 629 629 void kStratInitChangeTailRing(kStrategy strat); 630 630 631 KINLINE void clearS (poly p, unsigned long p_sev, int* at, int* k, 632 kStrategy strat); 631 633 #include "kInline.cc" 632 634
Note: See TracChangeset
for help on using the changeset viewer.