Changeset 1d768d in git
- Timestamp:
- Sep 14, 2011, 2:28:44 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 04759787eb1aa29f19cdfe61219edb878dc6db6b
- Parents:
- d8943718fef8cc5c08528be5fe63c8682ee71700
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-14 14:28:44+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:48+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
rd894371 r1d768d 2404 2404 else 2405 2405 /*==================== poly debug ==================================*/ 2406 #ifdef RDEBUG2407 2406 if(strcmp(sys_cmd,"p")==0) 2408 2407 { 2408 # ifdef RDEBUG 2409 2409 p_DebugPrint((poly)h->Data(), currRing); 2410 # else 2411 Warn("Sorry: not available for release build!"); 2412 # endif 2410 2413 return FALSE; 2411 2414 } 2412 2415 else 2413 #endif2414 2416 /*==================== ring debug ==================================*/ 2415 #ifdef RDEBUG2416 2417 if(strcmp(sys_cmd,"r")==0) 2417 2418 { 2419 # ifdef RDEBUG 2418 2420 rDebugPrint((ring)h->Data()); 2421 # else 2422 Warn("Sorry: not available for release build!"); 2423 # endif 2419 2424 return FALSE; 2420 2425 } 2421 2426 else 2422 #endif2423 2427 /*==================== changeRing ========================*/ 2424 2428 /* The following code changes the names of the variables in the
Note: See TracChangeset
for help on using the changeset viewer.