Changeset ca371d in git for kernel/kutil.h


Ignore:
Timestamp:
Mar 18, 2009, 5:56:02 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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/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.