Ignore:
Timestamp:
Sep 10, 2013, 2:42:09 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
918ca09282483016057240878bd4a20cd2d7305f
Parents:
c149e345cb58e789ed28fe569ddaee8906cdbdc7
Message:
removed rField_is_Extension (alg. or trans. ext. ?)
File:
1 edited

Legend:

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

    rc149e3 re72a9a  
    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.