Changeset 7b8818 in git for Singular/tesths.cc


Ignore:
Timestamp:
Feb 13, 2013, 4:19:37 PM (11 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
26b71347b556b24c26b980182b98e5bd3b5dc27b
Parents:
88893694bcc8ccf5424ed8901d9f6109248c564a
git-author:
Yue Ren <ren@mathematik.uni-kl.de>2013-02-13 16:19:37+01:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2013-03-14 15:32:21+01:00
Message:
chg: deleted old packages for convex geometry in Singular
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/tesths.cc

    r888936 r7b8818  
    2323#include <kernel/timer.h>
    2424
    25 #ifdef HAVE_FANS
    26 #include <kernel/bbcone.h>
    27 #include <kernel/bbfan.h>
    28 #endif
     25// #ifdef HAVE_FANS
     26// #include <callgfanlib/bbcone.h>
     27// #include <callgfanlib/bbpolytope.h>
     28// #include <callgfanlib/bbfan.h>
     29// #include <callgfanlib/gitfan.h>
     30// #endif
    2931
    3032#include "ipshell.h"
     
    177179  countedref_init();
    178180#endif
    179 #ifdef HAVE_FANS
    180   bbcone_setup();
    181   bbfan_setup();
    182 #endif /* HAVE_FANS */
     181// #ifdef HAVE_FANS
     182//   bbcone_setup();
     183//   bbpolytope_setup();
     184//   bbfan_setup();
     185//   gitfan_setup();
     186// #endif /* HAVE_FANS */
    183187  errorreported = 0;
    184188
Note: See TracChangeset for help on using the changeset viewer.