Changeset f51a5b in git for factory/canonicalform.h


Ignore:
Timestamp:
Dec 13, 2012, 5:17:07 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1d6ec35f323c22dad6c849d92fd276b63460f494801d2b82d26cf116224a17169c6379c454c018e7ea25bc7eab91185a4ce3010da5a5cdc016da2dbf
Parents:
3bfbc700f63b02c4fb904a3529c77a545645d94756f59bd95ce7b9e7cdb716d136dfc40ed593d87f
Message:
Merge pull request #234 from mmklee/sw_fix

Sw fix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.h

    r56f59b rf51a5b  
    2020#include "cf_defs.h"
    2121#include "variable.h"
     22#include <factory/cf_gmp.h>
    2223#include <factory/templates/ftmpl_list.h>
    2324#include <factory/templates/ftmpl_array.h>
     
    8081    CanonicalForm deepCopy() const;
    8182
     83    void mpzval(mpz_t val) const;
    8284    // predicates
    8385    CF_NO_INLINE bool isOne() const;
Note: See TracChangeset for help on using the changeset viewer.