Changeset f7d39b in git for libpolys/polys/monomials/p_polys.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/monomials/p_polys.cc
ra4771e1 rf7d39b 775 775 { 776 776 assume(p!=NULL); 777 #ifdef PDEBUG 778 _p_Test(p,r,PDEBUG); 779 #endif 777 p_Test(p,r); 780 778 p_CheckPolyRing(p, r); 781 779 long o; … … 802 800 pp = p; 803 801 } 804 #ifdef PDEBUG 805 _p_Test(pp,r,PDEBUG); 806 #endif 802 p_Test(pp,r); 807 803 o = r->pFDeg(pp, r); 808 804 } … … 1446 1442 return NULL; 1447 1443 } 1448 #ifdef PDEBUG 1449 _p_Test(p,r,PDEBUG); 1450 #endif 1444 p_Test(p,r); 1451 1445 ok=!errorreported; 1452 1446 return p; … … 2040 2034 p_MonPower(p,exp,r); 2041 2035 p_MonPower(tail,exp,r); 2042 #ifdef PDEBUG2043 2036 p_Test(p,r); 2044 #endif2045 2037 return p; 2046 2038 } … … 2089 2081 // pIter(tail); 2090 2082 // } 2091 #ifdef PDEBUG2092 2083 p_Test(res,r); 2093 #endif2094 2084 return res; 2095 2085 }
Note: See TracChangeset
for help on using the changeset viewer.