Changeset 4a45a4e in git for libpolys/polys/monomials/p_polys.cc
- Timestamp:
- Jun 15, 2015, 12:16:06 PM (8 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 4470e259ee2a2b265d8bdc47b48ea3e4619298b5
- Parents:
- 0269e193f4830d56d57f6a85911be55807f13b15
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/p_polys.cc
r0269e1 r4a45a4e 351 351 #ifndef SING_NDEBUG 352 352 #if MYTEST 353 Print("p_Setm_General: ro_isTemp ord: pos: %d, p: ", pos); p_ DebugPrint(p, r, r, 1);353 Print("p_Setm_General: ro_isTemp ord: pos: %d, p: ", pos); p_wrp(p, r); 354 354 #endif 355 355 #endif … … 388 388 #if MYTEST 389 389 // if( p->exp[o->data.isTemp.start] > 0 ) 390 PrintS("after Values: "); p_ DebugPrint(p, r, r, 1);390 PrintS("after Values: "); p_wrp(p, r); 391 391 #endif 392 392 #endif … … 399 399 #ifndef SING_NDEBUG 400 400 #if MYTEST 401 Print("p_Setm_General: ro_is ord: pos: %d, p: ", pos); p_ DebugPrint(p, r, r, 1);401 Print("p_Setm_General: ro_is ord: pos: %d, p: ", pos); p_wrp(p, r); 402 402 #endif 403 403 #endif … … 417 417 #ifndef SING_NDEBUG 418 418 #if MYTEST 419 Print("p_Setm_General: ro_is : in rSetm: pos: %d, c: %d > limit: %d\n", c, pos, limit); // p_DebugPrint(p, r, r, 1);419 Print("p_Setm_General: ro_is : in rSetm: pos: %d, c: %d > limit: %d\n", c, pos, limit); 420 420 PrintS("preComputed Values: "); 421 p_ DebugPrint(p, r, r, 1);421 p_wrp(p, r); 422 422 #endif 423 423 #endif … … 447 447 #if MYTEST 448 448 Print("Respective F[c - %d: %d] pp: ", limit, c); 449 p_ DebugPrint(pp, r, r, 1);449 p_wrp(pp, r); 450 450 #endif 451 451 #endif … … 492 492 // TODO: how to check this for computed values??? 493 493 #if MYTEST 494 PrintS("Computed Values: "); p_ DebugPrint(p, r, r, 1);494 PrintS("Computed Values: "); p_wrp(p, r); 495 495 #endif 496 496 #endif … … 511 511 #if MYTEST 512 512 Print("ELSE p_Setm_General: ro_is :: c: %d <= limit: %d, vo: %d, exp: %d\n", c, limit, vo, p->exp[vo]); 513 p_ DebugPrint(p, r, r, 1);513 p_wrp(p, r); 514 514 #endif 515 515 #endif
Note: See TracChangeset
for help on using the changeset viewer.