Changeset 197a82 in git for kernel/gfan.h
- Timestamp:
- Nov 17, 2009, 5:15:13 PM (14 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- 53baa975e55756198c3de9aae898e792473ce1c2
- Parents:
- 87353a6b9eb171d12e73ede9e24e8d8e68eaf111
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gfan.h
r87353a6 r197a82 171 171 void flip(ideal gb, facet *f); 172 172 void computeInv(ideal &gb, ideal &inv, intvec &f); 173 poly restOfDiv(poly const &f, ideal const &I); 173 // poly restOfDiv(poly const &f, ideal const &I); removed with r12286 174 174 ideal ffG(ideal const &H, ideal const &G); 175 175 void getGB(ideal const &inputIdeal); … … 180 180 ring rCopyAndAddWeight(ring const &r, intvec const *ivw); 181 181 ring rCopyAndChangeWeight(ring const &r, intvec *ivw); 182 bool isSearchFacet(gcone &gcTmp, facet *testfacet);183 182 bool areEqual(intvec const &a, intvec const &b); 184 void reverseSearch(gcone *gcAct); 183 // void reverseSearch(gcone *gcAct); //NOTE both removed from r12286 184 // bool isSearchFacet(gcone &gcTmp, facet *testfacet); 185 185 void noRevS(gcone &gcRoot, bool usingIntPoint=FALSE); 186 186 void makeInt(dd_MatrixPtr const &M, int const line, intvec &n);
Note: See TracChangeset
for help on using the changeset viewer.