Changeset 9e8da7 in git for kernel/kstd2.cc
- Timestamp:
- Mar 15, 2011, 7:17:50 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 4f7d761d43192f9c176ef0f44b0f61e891545eb8
- Parents:
- f247337dd844f01e85a8379ff9c1e26fe7eea863
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kstd2.cc
rf24733 r9e8da7 839 839 BOOLEAN is_ring = rField_is_Ring(currRing); 840 840 #endif 841 #ifdef KDEBUG 842 if (TEST_OPT_DEBUG) 843 { 844 PrintS("redNF: starting S: "); 845 for( j = 0; j <= max_ind; j++ ) 846 { 847 Print("S[%d] (of size: %d): ", j, pSize(strat->S[j])); 848 pWrite(strat->S[j]); 849 } 850 }; 851 #endif 852 841 853 loop 842 854 { … … 902 914 { 903 915 kBucketDestroy(&P.bucket); 916 917 #ifdef KDEBUG 918 if (TEST_OPT_DEBUG) 919 { 920 PrintS("redNF: starting S: "); 921 for( j = 0; j <= max_ind; j++ ) 922 { 923 Print("S[%d] (of size: %d): ", j, pSize(strat->S[j])); 924 pWrite(strat->S[j]); 925 } 926 }; 927 #endif 928 904 929 return NULL; 905 930 } … … 922 947 kBucketDestroy(&P.bucket); 923 948 pNormalize(P.p); 949 950 #ifdef KDEBUG 951 if (TEST_OPT_DEBUG) 952 { 953 PrintS("redNF: starting S: "); 954 for( j = 0; j <= max_ind; j++ ) 955 { 956 Print("S[%d] (of size: %d): ", j, pSize(strat->S[j])); 957 pWrite(strat->S[j]); 958 } 959 }; 960 #endif 961 924 962 return P.p; 925 963 }
Note: See TracChangeset
for help on using the changeset viewer.