Ignore:
Timestamp:
Sep 28, 2011, 5:48:27 PM (13 years ago)
Author:
Burcin Erocal <burcin@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
d56ad872d739d42e59b1beb8ccc89be2a204530d
Parents:
32cc7e437ee85bf7d555756eb824eadce50d50c7
git-author:
Burcin Erocal <burcin@erocal.org>2011-09-28 17:48:27+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:41+01:00
Message:
Fix rChangeCurrRing and make the interpreter pass precision info to real/complex coeffs constructor.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.cc

    r32cc7e r85fd90  
    29582958}
    29592959
    2960 /* -------------------------------------------------------- */
    2961 /*2
    2962 * change all global variables to fit the description of the new ring
    2963 */
    2964 
    2965 void p_SetGlobals(const ring r, BOOLEAN complete)
    2966 {
    2967 // // //  if (r->ppNoether!=NULL) p_Delete(&r->ppNoether,r); // ???
    2968 
    2969   if (complete)
    2970   {
    2971     test &= ~ TEST_RINGDEP_OPTS;
    2972     test |= r->options;
    2973   }
    2974 }
    29752960//
    29762961// resets the pFDeg and pLDeg: if pLDeg is not given, it is
Note: See TracChangeset for help on using the changeset viewer.