source: git/dyn_modules/python/mywrapper.cc @ 5e7ae8

fieker-DuValspielwiese
Last change on this file since 5e7ae8 was 3c473c, checked in by Kai Krüger <krueger@…>, 14 years ago
rename directory modules to dyn_modules anticipating "modules" directory for cmake. git-svn-id: file:///usr/local/Singular/svn/trunk@13033 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 145 bytes
Line 
1#include "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.