Changeset 312083 in git for Singular/janet.cc
- Timestamp:
- Jan 8, 2014, 5:22:45 PM (10 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 997a5b282af0b323c9bb89271696d95981d58835
- Parents:
- 9351bbb04b6e0929df3ea03400aa1dba233a27b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/janet.cc
r9351bb r312083 51 51 #define pow_(x) jDeg((x),currRing) 52 52 53 #if 0 53 54 void Debug() 54 55 { … … 77 78 PrintS("===================================\n"); 78 79 } 80 #endif 79 81 80 82 int ReducePolyLead(Poly *x,Poly *y) … … 269 271 } 270 272 #else 271 if (count>50 0)273 if (count>50) 272 274 { 273 275 kBucketClear(p->root_b,&p->root,&p->root_l); … … 801 803 } 802 804 805 #if 0 803 806 void ForEach(TreeM *t,poly_function disp) 804 807 { 805 808 go_right(t->root,disp); 806 809 } 810 #endif 807 811 808 812 void DestroyTree(NodeM *G) … … 975 979 static Poly *h/*,*f*/; 976 980 981 #if 0 977 982 void insert_in_G(Poly *x) 978 983 { 979 984 insert_(&G,x); 980 985 } 986 #endif 981 987 982 988 void T2G(); 983 989 990 #if 0 984 991 void Q2TG() 985 992 { … … 997 1004 } 998 1005 } 1006 #endif 999 1007 1000 1008 int ComputeBasis(jList *_lT,jList *_lQ)
Note: See TracChangeset
for help on using the changeset viewer.