Changeset 5151ac in git
- Timestamp:
- Mar 8, 2010, 8:33:55 AM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 231da194e531aacb54bc0117d0f14014350c9ec0
- Parents:
- 68eb0c8d18a1ee13e4689c0a5cd5725922064e54
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gfan.cc
r68eb0c r5151ac 4354 4354 unsigned gcone::numberOfFacetChecks=0; 4355 4355 #endif 4356 int gcone::numVars; 4356 4357 bool gcone::hasHomInput=FALSE; 4357 4358 // ideal gfan(ideal inputIdeal, int h) … … 4362 4363 if(rHasGlobalOrdering(currRing)) 4363 4364 { 4364 int numvar = pVariables;4365 // int numvar = pVariables; 4365 4366 gfanHeuristic = h; 4366 4367 … … 4382 4383 gcone *gcAct; 4383 4384 gcAct = gcRoot; 4384 gcAct->numVars=pVariables; 4385 gcone::numVars=pVariables; 4386 // gcAct->numVars=pVariables;//NOTE is now static 4385 4387 gcAct->getGB(inputIdeal); 4386 4388 /*Check whether input is homogeneous -
kernel/gfan.h
r68eb0c r5151ac 174 174 static bool hasHomInput; 175 175 /** # of variables in the ring */ 176 int numVars; //#of variables in the ring176 static int numVars; //#of variables in the ring 177 177 /** The hilbert function - for the homogeneous case*/ 178 178 static intvec *hilbertFunction;
Note: See TracChangeset
for help on using the changeset viewer.