Ignore:
Timestamp:
Sep 15, 2014, 9:12:38 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
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
Message:
Added more general id_TestTail + related cleanup for id_?(Test|Print)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.cc

    ra4771e1 rf7d39b  
    775775{
    776776  assume(p!=NULL);
    777 #ifdef PDEBUG
    778   _p_Test(p,r,PDEBUG);
    779 #endif
     777  p_Test(p,r);
    780778  p_CheckPolyRing(p, r);
    781779  long o;
     
    802800      pp = p;
    803801    }
    804 #ifdef PDEBUG
    805     _p_Test(pp,r,PDEBUG);
    806 #endif
     802    p_Test(pp,r);
    807803    o = r->pFDeg(pp, r);
    808804  }
     
    14461442    return NULL;
    14471443  }
    1448   #ifdef PDEBUG
    1449   _p_Test(p,r,PDEBUG);
    1450   #endif
     1444  p_Test(p,r);
    14511445  ok=!errorreported;
    14521446  return p;
     
    20402034    p_MonPower(p,exp,r);
    20412035    p_MonPower(tail,exp,r);
    2042 #ifdef PDEBUG
    20432036    p_Test(p,r);
    2044 #endif
    20452037    return p;
    20462038  }
     
    20892081//     pIter(tail);
    20902082// }
    2091 #ifdef PDEBUG
    20922083  p_Test(res,r);
    2093 #endif
    20942084  return res;
    20952085}
Note: See TracChangeset for help on using the changeset viewer.