Changeset f7d39b in git for libpolys/polys/simpleideals.cc
- Timestamp:
- Sep 15, 2014, 9:12:38 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 4ec0f01d431893a4c0997d2bdfab87cb8d37e03e
- Parents:
- a4771e1b7535535946d3bd424ce5c97bd0866119
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-09-15 21:12:38+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-09-23 20:08:14+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/simpleideals.cc
ra4771e1 rf7d39b 417 417 418 418 #ifdef PDEBUG 419 void id_DBTest(ideal h1, int level, const char *f,const int l, const ring r )419 void id_DBTest(ideal h1, int level, const char *f,const int l, const ring r, const ring tailRing) 420 420 { 421 421 int i; … … 426 426 omCheckAddrSize(h1,sizeof(*h1)); 427 427 omdebugAddrSize(h1->m,h1->ncols*h1->nrows*sizeof(poly)); 428 428 429 /* to be able to test matrices: */ 429 430 for (i=(h1->ncols*h1->nrows)-1; i>=0; i--) 430 _p_Test(h1->m[i], r, level); 431 int new_rk=id_RankFreeModule(h1,r); 431 _pp_Test(h1->m[i], r, tailRing, level); 432 433 int new_rk=id_RankFreeModule(h1, r, tailRing); 432 434 if(new_rk > h1->rank) 433 435 {
Note: See TracChangeset
for help on using the changeset viewer.