Changeset 019a78 in git
- Timestamp:
- Feb 21, 2009, 5:01:05 PM (14 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 146c74966f02eca9e5b7c4b055337e0327e11718
- Parents:
- 28734edefa255520d20d13c4c0f3ba4f92590a2a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ratgring.cc
r28734e r019a78 7 7 * Author: levandov (Viktor Levandovsky) 8 8 * Created: 8/00 - 11/00 9 * Version: $Id: ratgring.cc,v 1.1 2 2009-02-21 15:25:43 levandovExp $9 * Version: $Id: ratgring.cc,v 1.13 2009-02-21 16:01:05 Singular Exp $ 10 10 *******************************************************************/ 11 11 #include "mod2.h" … … 484 484 { 485 485 #ifdef PDEBUG 486 Print S("i=%d,",i);486 Print("i=%d,",i); 487 487 #endif 488 488 if (p_GetExp(a,i,r) > p_GetExp(b,i,r)) return FALSE;
Note: See TracChangeset
for help on using the changeset viewer.