Changeset ca371d in git for kernel/kInline.cc


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


git-svn-id: file:///usr/local/Singular/svn/trunk@11573 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 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{
Note: See TracChangeset for help on using the changeset viewer.