Ignore:
Timestamp:
May 26, 2011, 12:12:01 PM (13 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5a4b26f3e00776270c3ba83b16c92a69f3cca0e0
Parents:
73a9ffb72679635d0a4389f31022ac7b37564499
git-author:
Frank Seelisch <seelisch@mathematik.uni-kl.de>2011-05-26 12:12:01+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:53+01:00
Message:
removed calls to nCoeff_is_Q_a and nCoeff_is_Zp_a (kept definitions for compatibility towards svn trunk); changed map in algext.cc
File:
1 edited

Legend:

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

    r73a9ffb r488808e  
    470470{ assume(r != NULL); return nCoeff_is_GF(r->cf, q); }
    471471
     472/* DO NOT USE; just here for compatibility reasons towards
     473   the SINGULAR svn trunk */
    472474static inline BOOLEAN rField_is_Zp_a(const ring r)
    473475{ assume(r != NULL); return nCoeff_is_Zp_a(r->cf); }
    474476
     477/* DO NOT USE; just here for compatibility reasons towards
     478   the SINGULAR svn trunk */
    475479static inline BOOLEAN rField_is_Zp_a(const ring r, int p)
    476480{ assume(r != NULL); return nCoeff_is_Zp_a(r->cf, p); }
    477481
     482/* DO NOT USE; just here for compatibility reasons towards
     483   the SINGULAR svn trunk */
    478484static inline BOOLEAN rField_is_Q_a(const ring r)
    479485{ assume(r != NULL); return nCoeff_is_Q_a(r->cf); }
Note: See TracChangeset for help on using the changeset viewer.