source: git/dyn_modules/python/mywrapper.cc @ 383b2c8

spielwiese
Last change on this file since 383b2c8 was 383b2c8, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
CHG: mod2.h should better be included as <kernel/mod2.h>
  • Property mode set to 100644
File size: 152 bytes
Line 
1#include <kernel/mod2.h>
2#include "structs.h"
3#include "subexpr.h"
4#include "wrapper.h"
5
6void initPySingular() {
7  initSingular();
8  init_Singular();
9}
Note: See TracBrowser for help on using the repository browser.