Changeset 92d684 in git for Singular/blackbox.cc
- Timestamp:
- Aug 10, 2011, 3:57:13 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- db45a2a06453f84672a9bd3c4a2c2230cb7fe17d
- Parents:
- cf41549933e3a2f719c447992e836d965e3be351
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-10 15:57:13+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:17:28+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/blackbox.cc
rcf4154 r92d684 1 1 #include <kernel/mod2.h> 2 #include <Singular/tok.h> 3 #include <Singular/subexpr.h> 4 #include <Singular/ipshell.h> 5 #include <Singular/blackbox.h> 2 #include <misc/auxiliary.h> 3 4 #include "tok.h" 5 #include "subexpr.h" 6 #include "ipshell.h" 7 8 #include "blackbox.h" 6 9 7 10 #define MAX_BB_TYPES 256
Note: See TracChangeset
for help on using the changeset viewer.