Changeset c1ec9a in git for Singular/tesths.cc
- Timestamp:
- Mar 18, 2013, 6:59:04 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- a601d5555bc411c2f00957c8f324951e8d88085f
- Parents:
- ae74d2ae268551f6d008e85e9f2ba78cfc3fa92f5417fff5d4d977443ea13f49a1da1d9de9a2a171
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/tesths.cc
rae74d2 rc1ec9a 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.