Changeset 019a78 in git


Ignore:
Timestamp:
Feb 21, 2009, 5:01:05 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
146c74966f02eca9e5b7c4b055337e0327e11718
Parents:
28734edefa255520d20d13c4c0f3ba4f92590a2a
Message:
*hannes: syntax


git-svn-id: file:///usr/local/Singular/svn/trunk@11427 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ratgring.cc

    r28734e r019a78  
    77 *  Author:  levandov (Viktor Levandovsky)
    88 *  Created: 8/00 - 11/00
    9  *  Version: $Id: ratgring.cc,v 1.12 2009-02-21 15:25:43 levandov Exp $
     9 *  Version: $Id: ratgring.cc,v 1.13 2009-02-21 16:01:05 Singular Exp $
    1010 *******************************************************************/
    1111#include "mod2.h"
     
    484484  {
    485485#ifdef PDEBUG
    486     PrintS("i=%d,",i);
     486    Print("i=%d,",i);
    487487#endif
    488488    if (p_GetExp(a,i,r) > p_GetExp(b,i,r)) return FALSE;
Note: See TracChangeset for help on using the changeset viewer.