Changeset 898605 in git
- Timestamp:
- Jul 18, 2011, 5:54:37 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 7470197793b46728da3cfe2fda8909564f9eaa3b
- Parents:
- 4f242a0cc11c5c2a54247bc217766ab928398710
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/distrib.h
r4f242a r898605 1 /* 2 3 */ 4 5 /* define this if we pack a distribution */ 6 /* #undef MAKE_DISTRIBUTION */ 1 #undef MAKE_DISTRIBUTION -
Singular/tesths.cc
r4f242a r898605 33 33 #include <Singular/ssiLink.h> 34 34 #include <Singular/bigintm.h> 35 #include <Singular/bbcone.h>36 35 #include <Singular/pyobject_setup.h> 37 36 #include <omalloc/omalloc.h> 38 37 39 38 #ifdef HAVE_FANS 39 #include <kernel/bbcone.h> 40 40 #include <kernel/bbfan.h> 41 41 #endif
Note: See TracChangeset
for help on using the changeset viewer.