Changeset ca371d in git


Ignore:
Timestamp:
Mar 18, 2009, 5:56:02 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
b54aa2d043fb4147563376e93d87c2f0eb35c7b5
Parents:
3ea5d2ffbbc873513a856cebb58c72fc8cceab6d
Message:
*hannes: syntax


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

Legend:

Unmodified
Added
Removed
  • kernel/kInline.cc

    r3ea5d2f rca371d  
    77 *  Author:  obachman (Olaf Bachmann)
    88 *  Created: 8/00
    9  *  Version: $Id: kInline.cc,v 1.14 2009-02-26 14:30:23 Singular Exp $
     9 *  Version: $Id: kInline.cc,v 1.15 2009-03-18 16:56:02 Singular Exp $
    1010 *******************************************************************/
    1111#ifndef KINLINE_CC
     
    966966//     m2 = LCM(LM(p1), LM(p2))/LM(p2)   in tailRing
    967967//    lcm = LCM(LM(p1), LM(p2)           in leadRing
    968 KINLINE BOOLEAN k_GetStrongLeadTerms(const poly p1, const poly p2, const ring leadRing,
     968KINLINE void k_GetStrongLeadTerms(const poly p1, const poly p2, const ring leadRing,
    969969                               poly &m1, poly &m2, poly &lcm, const ring tailRing)
    970970{
  • kernel/kutil.h

    r3ea5d2f rca371d  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: kutil.h,v 1.42 2009-02-28 11:49:04 Singular Exp $ */
     6/* $Id: kutil.h,v 1.43 2009-03-18 16:56:02 Singular Exp $ */
    77/*
    88* ABSTRACT: kernel: utils for kStd
     
    496496                               poly &m1, poly &m2, const ring m_r);
    497497#ifdef HAVE_RINGS
    498 KINLINE BOOLEAN k_GetStrongLeadTerms(const poly p1, const poly p2, const ring leadRing,
     498KINLINE void k_GetStrongLeadTerms(const poly p1, const poly p2, const ring leadRing,
    499499                               poly &m1, poly &m2, poly &lcm, const ring taiRing);
    500500#endif
Note: See TracChangeset for help on using the changeset viewer.