Changeset f29ab6 in git
- Timestamp:
- Sep 9, 2011, 7:46:26 PM (12 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 6bcd03666caa3b8ab756699b67b73bff50821c70
- Parents:
- 715936e3887b6c8b379d0482bf5e4ad885b132ee
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-09 19:46:26+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:40+01:00
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
r715936 rf29ab6 2407 2407 if(strcmp(sys_cmd,"p")==0) 2408 2408 { 2409 p DebugPrint((poly)h->Data());2409 p_DebugPrint((poly)h->Data(), currRing); 2410 2410 return FALSE; 2411 2411 } -
kernel/kstd2.cc
r715936 rf29ab6 1139 1139 #ifdef KDEBUG 1140 1140 #if MYTEST 1141 PrintS("New S: "); p DebugPrint(strat->P.p); PrintLn();1141 PrintS("New S: "); p_DebugPrint(strat->P.p, currRing); PrintLn(); 1142 1142 #endif /* MYTEST */ 1143 1143 #endif /* KDEBUG */ … … 1165 1165 if (TEST_OPT_DEBUG){PrintS("new s:");strat->P.wrp();PrintLn();} 1166 1166 #if MYTEST 1167 PrintS("New (reduced) S: "); p DebugPrint(strat->P.p); PrintLn();1167 PrintS("New (reduced) S: "); p_DebugPrint(strat->P.p, currRing); PrintLn(); 1168 1168 #endif /* MYTEST */ 1169 1169 #endif /* KDEBUG */ -
libpolys/polys/monomials/ring.h
r715936 rf29ab6 718 718 #ifdef RDEBUG 719 719 void rDebugPrint(ring r); 720 void pDebugPrint(poly p);720 // void pDebugPrint(poly p); 721 721 void p_DebugPrint(poly p, const ring r); 722 722 #endif
Note: See TracChangeset
for help on using the changeset viewer.