Changeset 5ff25a3 in git for kernel/sca.cc
- Timestamp:
- Apr 3, 2009, 9:10:36 PM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 5c990f152831c8b6b6954cc2fc0829365f41cc20
- Parents:
- e76ba8d63dfc5181e518f4faa0a9e408e27f95fe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/sca.cc
re76ba8d r5ff25a3 7 7 * Author: motsak (Oleksandr Motsak) 8 8 * Created: 2006/12/18 9 * Version: $Id: sca.cc,v 1.3 4 2009-04-03 18:53:16 motsak Exp $9 * Version: $Id: sca.cc,v 1.35 2009-04-03 19:10:36 motsak Exp $ 10 10 *******************************************************************/ 11 11 … … 207 207 208 208 #ifdef PDEBUG 209 p_ Test(pMonomM, rRing);209 p_LmTest(pMonomM, rRing); 210 210 #endif 211 211 … … 271 271 272 272 #ifdef PDEBUG 273 p_ Test(pMonomM, rRing);273 p_LmTest(pMonomM, rRing); 274 274 #endif 275 275 … … 341 341 342 342 #ifdef PDEBUG 343 p_ Test(pResult, rRing);343 p_LmTest(pResult, rRing); 344 344 #endif 345 345 … … 386 386 387 387 #ifdef PDEBUG 388 p_ Test(pResult, rRing);388 p_LmTest(pResult, rRing); 389 389 #endif 390 390
Note: See TracChangeset
for help on using the changeset viewer.