Changeset cffea8f in git for Singular/interpolation.cc
- Timestamp:
- Aug 10, 2011, 3:14:54 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- e5739a6e60cc672c25592d1f684b4cf4f271d343
- Parents:
- 4a48c47615e94a3c63018715abea80de7e53d76a
- git-author:
- Burcin Erocal <burcin@erocal.org>2011-08-10 15:14:54+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:17:26+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/interpolation.cc
r4a48c4 rcffea8f 6 6 #include <kernel/mod2.h> 7 7 #include <misc/options.h> 8 #ifdef HAVE_FACTORY 9 #define SI_DONT_HAVE_GLOBAL_VARS 10 # include <factory/factory.h> 11 #endif /* HAVE_FACTORY */ 8 12 #include <kernel/febase.h> 9 13 #include <kernel/ideals.h> … … 14 18 #include <Singular/ipid.h> 15 19 #include <polys/monomials/ring.h> 16 #ifdef HAVE_FACTORY17 #define SI_DONT_HAVE_GLOBAL_VARS18 # include <factory/factory.h>19 #endif /* HAVE_FACTORY */20 20 21 21 // parameters to debug
Note: See TracChangeset
for help on using the changeset viewer.