Changeset 5fb90e in git for kernel/polys.cc
- Timestamp:
- Dec 14, 2011, 12:16:56 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 69ed5243c7b1d76bdf25206c9670341020c3e5d9
- Parents:
- 635774baf3364550ff343f7f4de3f6c935d61e42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.cc
r635774 r5fb90e 10 10 ideal currQuotient = NULL; 11 11 12 /* -------------------------------------------------------- */13 /*214 * change all global variables to fit the description of the new ring15 */16 17 void p_SetGlobals(const ring r, BOOLEAN complete)18 {19 // // // if (r->ppNoether!=NULL) p_Delete(&r->ppNoether,r); // ???20 21 if (complete)22 {23 test &= ~ TEST_RINGDEP_OPTS;24 test |= r->options;25 }26 }27 28 12 void rChangeCurrRing(ring r) 29 13 { … … 33 17 nSetChar(r->cf); 34 18 //------------ global variables related to polys ------------------- 35 p_SetGlobals(r);36 19 } 37 20 /*
Note: See TracChangeset
for help on using the changeset viewer.