Changeset 741c709 in git


Ignore:
Timestamp:
Jul 9, 2013, 10:30:28 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
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
Message:
Fixed pyobjects (ability to switch off)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/pyobject.cc

    r9eb3048 r741c709  
    1717#endif /* HAVE_CONFIG_H */
    1818
     19#ifdef HAVE_PYTHON
     20
    1921#include <kernel/mod2.h>
    2022
     
    2830#include <kernel/febase.h>
    2931#include <misc/intvec.h>
    30 
    31 #include <polys/mod_raw.h>
    3232
    3333#include <Singular/ipid.h>
     
    3838#include <Singular/newstruct.h>
    3939
    40 
    4140#include "subexpr.h"
    4241#include "lists.h"
     
    4544#include "ipshell.h"
    4645#include "newstruct.h"
     46
     47#include <Singular/mod_lib.h>
    4748
    4849#include <Python.h>
     
    758759}
    759760#endif
     761
     762#endif /* HAVE_PYTHON */
Note: See TracChangeset for help on using the changeset viewer.