Changeset 8eda39 in git
- Timestamp:
- Sep 30, 2010, 3:18:49 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 6e40bebde519605a89398f8d3d5deba61defc12d
- Parents:
- 29c1363a5cc3f5aba4a1805eaa27635901879349
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gring.cc
r29c136 r8eda39 2853 2853 { 2854 2854 Werror("Bad ordering at %d,%d\n",i,j); 2855 #if def PDEBUG2855 #if 0 /*Singularg should not differ from Singular except in error case*/ 2856 2856 p_Write(p,r); 2857 2857 p_Write(q,r); -
kernel/ring.cc
r29c136 r8eda39 429 429 } 430 430 else PrintS(" ..."); 431 #if def PDEBUG431 #if 0 /*Singularg should not differ from Singular except in error case*/ 432 432 Print("\n// noncommutative type:%d", (int)ncRingType(r)); 433 433 Print("\n// is skew constant:%d",r->GetNC()->IsSkewConstant);
Note: See TracChangeset
for help on using the changeset viewer.