Changeset ce2c61 in git


Ignore:
Timestamp:
Aug 8, 2016, 4:35:22 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '52dcfddee5ec87d404d5e0fb44f2d627608208f1')
Children:
c6279a699f4c3fde23e326eae280b6e25b88c4df
Parents:
0d1bcb7165ef371658ad444b7547d9fdf53d7136
Message:
fix: support polymake 2.14r1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/polymake/polymake_wrapper.cc

    r0d1bcb rce2c61  
    972972    {
    973973      polymake::perl::Object* p = ZPolytope2PmPolytope(zp);
    974       #if (POLYMAKEVERSION >=300)
     974      #if (POLYMAKEVERSION >=214)
    975975      polymake::Matrix<polymake::Integer> lp = p->CallPolymakeMethod("LATTICE_POINTS");
    976976      #elif (POLYMAKEVERSION >=212)
     
    11821182    {
    11831183      polymake::perl::Object* p = ZPolytope2PmPolytope(zp);
    1184       #if (POLYMAKEVERSION >=300)
     1184      #if (POLYMAKEVERSION >=214)
    11851185      polymake::Matrix<polymake::Integer> lp = p->CallPolymakeMethod("HILBERT_BASIS");
    11861186      #elif (POLYMAKEVERSION >=212)
Note: See TracChangeset for help on using the changeset viewer.