Changeset a8516a in git
- Timestamp:
- Sep 26, 2011, 1:43:14 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- f86531bba4599504e5ff7c611b008080720c66da
- Parents:
- 47719ae7f6ff6f3f36b144ef1fb559f0aed463d6
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-09-26 13:43:14+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:32+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.cc
r47719a ra8516a 3 3 #include <omalloc/omalloc.h> 4 4 #include <misc/auxiliary.h> 5 #include <misc/options.h> 5 6 6 7 #include "polys.h" … … 13 14 currRing = r; 14 15 currQuotient = r->qideal; 16 test &= ~ TEST_RINGDEP_OPTS; 17 test |= r->options; 15 18 }
Note: See TracChangeset
for help on using the changeset viewer.