Changeset 312083 in git


Ignore:
Timestamp:
Jan 8, 2014, 5:22:45 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
997a5b282af0b323c9bb89271696d95981d58835
Parents:
9351bbb04b6e0929df3ea03400aa1dba233a27b3
Message:
chg: cleanup janet.*
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/janet.cc

    r9351bb r312083  
    5151#define pow_(x) jDeg((x),currRing)
    5252
     53#if 0
    5354void Debug()
    5455{
     
    7778  PrintS("===================================\n");
    7879}
     80#endif
    7981
    8082int ReducePolyLead(Poly *x,Poly *y)
     
    269271      }
    270272#else
    271       if (count>500)
     273      if (count>50)
    272274      {
    273275        kBucketClear(p->root_b,&p->root,&p->root_l);
     
    801803}
    802804
     805#if 0
    803806void ForEach(TreeM *t,poly_function disp)
    804807{
    805808  go_right(t->root,disp);
    806809}
     810#endif
    807811
    808812void DestroyTree(NodeM *G)
     
    975979static Poly *h/*,*f*/;
    976980
     981#if 0
    977982void insert_in_G(Poly *x)
    978983{
    979984 insert_(&G,x);
    980985}
     986#endif
    981987
    982988void T2G();
    983989
     990#if 0
    984991void Q2TG()
    985992{
     
    9971004  }
    9981005}
     1006#endif
    9991007
    10001008int ComputeBasis(jList *_lT,jList *_lQ)
  • Singular/janet.h

    r9351bb r312083  
    5555void DestroyTree(NodeM *);
    5656NodeM* create();
    57 void ForEach(TreeM *,poly_function);
     57//void ForEach(TreeM *,poly_function);
    5858void ControlProlong(Poly *);
    5959Poly* is_div_(TreeM *root, poly item);
Note: See TracChangeset for help on using the changeset viewer.