Changeset ce2c61 in git
- Timestamp:
- Aug 8, 2016, 4:35:22 PM (7 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- c6279a699f4c3fde23e326eae280b6e25b88c4df
- Parents:
- 0d1bcb7165ef371658ad444b7547d9fdf53d7136
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/dyn_modules/polymake/polymake_wrapper.cc
r0d1bcb rce2c61 972 972 { 973 973 polymake::perl::Object* p = ZPolytope2PmPolytope(zp); 974 #if (POLYMAKEVERSION >= 300)974 #if (POLYMAKEVERSION >=214) 975 975 polymake::Matrix<polymake::Integer> lp = p->CallPolymakeMethod("LATTICE_POINTS"); 976 976 #elif (POLYMAKEVERSION >=212) … … 1182 1182 { 1183 1183 polymake::perl::Object* p = ZPolytope2PmPolytope(zp); 1184 #if (POLYMAKEVERSION >= 300)1184 #if (POLYMAKEVERSION >=214) 1185 1185 polymake::Matrix<polymake::Integer> lp = p->CallPolymakeMethod("HILBERT_BASIS"); 1186 1186 #elif (POLYMAKEVERSION >=212)
Note: See TracChangeset
for help on using the changeset viewer.