Changeset ca371d in git for kernel/kutil.h
- Timestamp:
- Mar 18, 2009, 5:56:02 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- b54aa2d043fb4147563376e93d87c2f0eb35c7b5
- Parents:
- 3ea5d2ffbbc873513a856cebb58c72fc8cceab6d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kutil.h
r3ea5d2f rca371d 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: kutil.h,v 1.4 2 2009-02-28 11:49:04Singular Exp $ */6 /* $Id: kutil.h,v 1.43 2009-03-18 16:56:02 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT: kernel: utils for kStd … … 496 496 poly &m1, poly &m2, const ring m_r); 497 497 #ifdef HAVE_RINGS 498 KINLINE BOOLEANk_GetStrongLeadTerms(const poly p1, const poly p2, const ring leadRing,498 KINLINE void k_GetStrongLeadTerms(const poly p1, const poly p2, const ring leadRing, 499 499 poly &m1, poly &m2, poly &lcm, const ring taiRing); 500 500 #endif
Note: See TracChangeset
for help on using the changeset viewer.