Changeset f97db2 in git
- Timestamp:
- Feb 21, 2009, 12:42:35 PM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 9eca66236c78459b34fc18feb7c48c2d57010ad8
- Parents:
- 59c445958ea9eeff400a858e69fea9959018518e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kInline.cc
r59c445 rf97db2 7 7 * Author: obachman (Olaf Bachmann) 8 8 * Created: 8/00 9 * Version: $Id: kInline.cc,v 1.1 0 2008-07-09 08:26:29 wienandExp $9 * Version: $Id: kInline.cc,v 1.11 2009-02-21 11:42:35 Singular Exp $ 10 10 *******************************************************************/ 11 11 #ifndef KINLINE_CC … … 977 977 lcm = p_Init(leadRing); 978 978 979 for (i = leadRing->N; i ; i--)979 for (i = leadRing->N; i>=0; i--) 980 980 { 981 981 e1 = p_GetExp(p1,i,leadRing);
Note: See TracChangeset
for help on using the changeset viewer.