Changeset 33c804c in git
- Timestamp:
- Aug 2, 2016, 5:27:51 PM (7 years ago)
- Branches:
- (u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
- Children:
- 200d16cb7e4d59545343edd524e9514efb970d74
- Parents:
- 5482369543823873f05f2b2bf641804948bc2e5b
- git-author:
- Yue <ren@mathematik.uni-kl.de>2016-08-02 17:27:51+02:00
- git-committer:
- Yue <ren@mathematik.uni-kl.de>2016-08-05 12:25:38+02:00
- Location:
- Singular/dyn_modules/polymake
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/dyn_modules/polymake/polymake_documentation.cc
r5482369 r33c804c 24 24 25 25 const char *polymake_banner = 26 "Welcome to polymake \nCopyright (c) 1997-2012\nEwgenij Gawrilow, Michael Joswig (TU Darmstadt)\nhttp://www.polymake.org\n";26 "Welcome to polymake version 3.0\nCopyright (c) 1997-2015\nEwgenij Gawrilow, Michael Joswig (TU Darmstadt)\nhttp://www.polymake.org\n"; 27 27 28 28 PrintS(polymake_banner); -
Singular/dyn_modules/polymake/polymake_wrapper.cc
r5482369 r33c804c 972 972 { 973 973 polymake::perl::Object* p = ZPolytope2PmPolytope(zp); 974 polymake::Matrix<polymake::Integer> lp = p-> give("LATTICE_POINTS");974 polymake::Matrix<polymake::Integer> lp = p->CallPolymakeMethod("LATTICE_POINTS"); 975 975 delete p; 976 976 iv = PmMatrixInteger2Intvec(&lp,ok); … … 1176 1176 { 1177 1177 polymake::perl::Object* p = ZPolytope2PmPolytope(zp); 1178 polymake::Matrix<polymake::Integer> lp = p-> give("HILBERT_BASIS");1178 polymake::Matrix<polymake::Integer> lp = p->CallPolymakeMethod("HILBERT_BASIS"); 1179 1179 delete p; 1180 1180 iv = PmMatrixInteger2Intvec(&lp,ok);
Note: See TracChangeset
for help on using the changeset viewer.