Changeset a8516a in git for kernel/polys.cc


Ignore:
Timestamp:
Sep 26, 2011, 1:43:14 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
Message:
fix: option handling during ring change (rChangeCurrRing)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/polys.cc

    r47719a ra8516a  
    33#include <omalloc/omalloc.h>
    44#include <misc/auxiliary.h>
     5#include <misc/options.h>
    56
    67#include "polys.h"
     
    1314   currRing = r;
    1415   currQuotient = r->qideal;
     16   test &= ~ TEST_RINGDEP_OPTS;
     17   test |= r->options;
    1518}
Note: See TracChangeset for help on using the changeset viewer.