Changeset 741c709 in git
- Timestamp:
- Jul 9, 2013, 10:30:28 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- ea5f3f6ec425ba64388b5f649fd56fcc93a4cd8d
- Parents:
- 9eb3048810619c2e3a21b42e75704afa4aa18af5
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-07-09 22:30:28+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-07-09 22:31:47+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/pyobject.cc
r9eb3048 r741c709 17 17 #endif /* HAVE_CONFIG_H */ 18 18 19 #ifdef HAVE_PYTHON 20 19 21 #include <kernel/mod2.h> 20 22 … … 28 30 #include <kernel/febase.h> 29 31 #include <misc/intvec.h> 30 31 #include <polys/mod_raw.h>32 32 33 33 #include <Singular/ipid.h> … … 38 38 #include <Singular/newstruct.h> 39 39 40 41 40 #include "subexpr.h" 42 41 #include "lists.h" … … 45 44 #include "ipshell.h" 46 45 #include "newstruct.h" 46 47 #include <Singular/mod_lib.h> 47 48 48 49 #include <Python.h> … … 758 759 } 759 760 #endif 761 762 #endif /* HAVE_PYTHON */
Note: See TracChangeset
for help on using the changeset viewer.