Changeset fa98a4 in git for kernel/ring.cc


Ignore:
Timestamp:
May 8, 2006, 2:55:12 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
cfbcdce9a4b6526bc3148967251de0357d90401e
Parents:
fda36e719dc9e0838a50e32a6595be7b93efe867
Message:
*hannes: fixed: std-internal structures, debug


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

Legend:

Unmodified
Added
Removed
  • kernel/ring.cc

    rfda36e rfa98a4  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ring.cc,v 1.45 2005-11-28 16:32:34 Singular Exp $ */
     4/* $Id: ring.cc,v 1.46 2006-05-08 12:55:12 Singular Exp $ */
    55
    66/*
     
    32853285}
    32863286
    3287 void pDebugPrintR(poly p, ring r)
     3287void pDebugPrintR(poly p, const ring r)
    32883288{
    32893289  int i,j;
    3290   pWrite(p);
     3290  p_Write(p,r);
    32913291  j=2;
    32923292  while(p!=NULL)
     
    32943294    Print("\nexp[0..%d]\n",r->ExpL_Size-1);
    32953295    for(i=0;i<r->ExpL_Size;i++)
    3296       Print("%d ",p->exp[i]);
     3296      Print("%ld ",p->exp[i]);
    32973297    PrintLn();
    32983298    Print("v0:%d ",p_GetComp(p, r));
Note: See TracChangeset for help on using the changeset viewer.