Changeset ec69aa in git


Ignore:
Timestamp:
Feb 1, 2007, 7:22:35 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
2cd0ca7c81f7d71ae3b530712b2d135a4df1802e
Parents:
f4b74e24435694d98ef9a9bec0af428cd1ff0629
Message:
*hannes:clearS -> kInline.cc


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

Legend:

Unmodified
Added
Removed
  • kernel/kInline.cc

    rf4b74e2 rec69aa  
    77 *  Author:  obachman (Olaf Bachmann)
    88 *  Created: 8/00
    9  *  Version: $Id: kInline.cc,v 1.4 2007-02-01 16:39:30 Singular Exp $
     9 *  Version: $Id: kInline.cc,v 1.5 2007-02-01 18:22:35 Singular Exp $
    1010 *******************************************************************/
    1111#ifndef KINLINE_CC
     
    10451045}
    10461046
    1047 static inline void clearS (poly p, unsigned long p_sev, int* at, int* k,
     1047KINLINE void clearS (poly p, unsigned long p_sev, int* at, int* k,
    10481048                    kStrategy strat)
    10491049{
  • kernel/kutil.h

    rf4b74e2 rec69aa  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: kutil.h,v 1.20 2006-10-12 08:55:41 Singular Exp $ */
     6/* $Id: kutil.h,v 1.21 2007-02-01 18:22:35 Singular Exp $ */
    77/*
    88* ABSTRACT: kernel: utils for kStd
     
    629629void kStratInitChangeTailRing(kStrategy strat);
    630630
     631KINLINE void clearS (poly p, unsigned long p_sev, int* at, int* k,
     632  kStrategy strat);
    631633#include "kInline.cc"
    632634
Note: See TracChangeset for help on using the changeset viewer.