Changeset 83575aa in git for kernel/kutil.cc


Ignore:
Timestamp:
Jun 24, 2008, 10:21:15 AM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
696db910cd5e492acf646e196ce0923b68256ee8
Parents:
0f7420d8dcd572b123ad8f49c15b8b08b0bb6817
Message:
*hannes: more tests with KDEBUG


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

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    r0f7420d r83575aa  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.92 2008-06-10 14:35:41 motsak Exp $ */
     4/* $Id: kutil.cc,v 1.93 2008-06-24 08:21:15 Singular Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    52345234  assume(!p.is_normalized || nIsOne(pGetCoeff(p.p)));
    52355235
     5236#ifdef KDEBUG 
     5237  // do not put an LObject twice into T:
     5238  for(i=strat->tl;i>=0;i--)
     5239  {
     5240    if (p.p==strat->T[i].p)
     5241    {
     5242      printf("already in T at pos %d of %d, atT=%d\n",i,strat->tl,atT);
     5243      return;
     5244    }
     5245  }
     5246#endif 
    52365247  strat->newt = TRUE;
    52375248  if (atT < 0)
Note: See TracChangeset for help on using the changeset viewer.