Changeset c7a127 in git for kernel/gr_kstd2.cc


Ignore:
Timestamp:
Jul 28, 2008, 11:34:24 AM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
26e34ff99c56ebeba94a4c3e57a1c2ebaee82597
Parents:
37d43ec78deb09e94d2b41b08283e6fe466687d7
Message:
*hannes: better debug output


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

Legend:

Unmodified
Added
Removed
  • kernel/gr_kstd2.cc

    r37d43e rc7a127  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: gr_kstd2.cc,v 1.16 2008-07-27 10:21:59 Singular Exp $ */
     4/* $Id: gr_kstd2.cc,v 1.17 2008-07-28 09:34:24 Singular Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: noncomm. alg. of Buchberger
     
    225225        {
    226226          wrp(h->p);
    227           PrintS(" with ");
     227          Print(" with S[%d]= ",c_j);
    228228          wrp(strat->S[c_j]);
    229229        }
     
    241241        {
    242242          PrintS(" to ");
    243           wrp(h->p);
     243          wrp(h->p);i
     244          PrintLn();
    244245        }
    245246        if ((*h).p == NULL)
     
    268269      {
    269270        p_wrp(h->p,currRing); Print(" divisibly by S[%d]=",j);
    270         p_wrp(strat->S[j],currRing); Print(" e0%d\n",a_e);
     271        p_wrp(strat->S[j],currRing); Print(" e=%d\n",a_e);
    271272      }
    272273      if ((c_e==-1)||(c_e>a_e))
Note: See TracChangeset for help on using the changeset viewer.