Changeset 7b8818 in git for Singular/tesths.cc
- Timestamp:
- Feb 13, 2013, 4:19:37 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/tesths.cc
r888936 r7b8818 23 23 #include <kernel/timer.h> 24 24 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 29 31 30 32 #include "ipshell.h" … … 177 179 countedref_init(); 178 180 #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 */ 183 187 errorreported = 0; 184 188
Note: See TracChangeset
for help on using the changeset viewer.