Changeset da6156 in git for libpolys/polys/monomials


Ignore:
Timestamp:
Dec 9, 2011, 4:23:36 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
c360967d0dc4ef57f8ba249d247ddcd773bbba4d
Parents:
ce21bd8d333faf7c8f2fcdbd11fa57c0b6ec7776
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-12-09 16:23:36+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-12-12 18:01:22+01:00
Message:
moved tHomog to kernel/structs.h from libpolys/polys/monomials/ring.h

CHG: libpolys make no use of tHomog since it is an option for GB-related high-level functions
File:
1 edited

Legend:

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

    rce21bd8 rda6156  
    319319 public:
    320320  operator coeffs() const { return cf; }
    321 };
    322 
    323 enum tHomog
    324 {
    325    isNotHomog = FALSE,
    326    isHomog    = TRUE,
    327    testHomog
    328321};
    329322
Note: See TracChangeset for help on using the changeset viewer.