Changeset 48935b4 in git for Singular


Ignore:
Timestamp:
Oct 24, 2013, 11:36:16 AM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
3c3e3de41fd6ba44babbfa0c6384b376182586ee
Parents:
7e84855424af7e8b3892727e05362d8ae91ab847
git-author:
Martin Lee <martinlee84@web.de>2013-10-24 11:36:16+02:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2013-12-11 17:46:45+01:00
Message:
fix: loading of polymake.so in oldpolymake.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/oldpolymake.lib

    r7e8485 r48935b4  
    8787LIB "linalg.lib";
    8888LIB "random.lib";
    89 LIB "polymake.so";
    9089////////////////////////////////////////////////////////////////////////////////
    9190
     91static proc mod_init ()
     92{
     93  LIB "gfanlib.so";
     94  LIB "polymake.so";
     95}
    9296
    9397/////////////////////////////////////////////////////////////////////////////
     
    16691673  // points and
    16701674  // the number b of boundary points are connected by the formula: A=b+2g-2
    1671   return(list(area,bdpts,(area-bdpts+2)/2));
     1675  return(list(area,bdpts,(area-bdpts+2) div 2));
    16721676}
    16731677example
Note: See TracChangeset for help on using the changeset viewer.