Ignore:
Timestamp:
Sep 10, 2013, 2:42:09 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7a09e1d6d0251363fa537e336d28f280643b495f
Parents:
57618f842a0f320fdf02101851783aa8ae1b31db
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-09-10 14:42:09+02:00
git-committer:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-09-10 15:30:18+02:00
Message:
removed rField_is_Extension (alg. or trans. ext. ?)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/ring.h

    r57618f8 rd18df5  
    493493static inline BOOLEAN rField_has_simple_Alloc(const ring r)
    494494{ assume(r != NULL); assume(r->cf != NULL); return nCoeff_has_simple_Alloc(r->cf); }
    495 
    496 /// Alg. or trans. ext.
    497 static inline BOOLEAN rField_is_Extension(const ring r)
    498 { assume(r != NULL); assume(r->cf != NULL); return nCoeff_is_Extension(r->cf); } /* Z/p(a) and Q(a)*/
    499495
    500496n_coeffType rFieldType(const ring r);
     
    646642  const coeffs C = r->cf;
    647643  assume(C != NULL);
    648 //  assume( (rParameter(r)!=NULL) == rField_is_Extension(r) ); // ?
    649644  return nCoeff_is_Extension(C) || nCoeff_is_GF(C) || nCoeff_is_long_C(C);
    650645}
Note: See TracChangeset for help on using the changeset viewer.