Changeset 83575aa in git
- Timestamp:
- Jun 24, 2008, 10:21:15 AM (15 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 696db910cd5e492acf646e196ce0923b68256ee8
- Parents:
- 0f7420d8dcd572b123ad8f49c15b8b08b0bb6817
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kutil.cc
r0f7420d r83575aa 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kutil.cc,v 1.9 2 2008-06-10 14:35:41 motsakExp $ */4 /* $Id: kutil.cc,v 1.93 2008-06-24 08:21:15 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: kernel: utils for kStd … … 5234 5234 assume(!p.is_normalized || nIsOne(pGetCoeff(p.p))); 5235 5235 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 5236 5247 strat->newt = TRUE; 5237 5248 if (atT < 0)
Note: See TracChangeset
for help on using the changeset viewer.