Changeset 7b4b146 in git


Ignore:
Timestamp:
Mar 15, 2006, 11:53:39 AM (18 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d7ec6edd2c71e358494730771ecdd167ee5d41bc
Parents:
80e54c6e936781fb5e9798761140a586b85c3414
Message:
*adjusted to refactoring in PySingular


git-svn-id: file:///usr/local/Singular/svn/trunk@9019 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
modules/openmath
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • modules/openmath/cas/singular.py

    r80e54c r7b4b146  
    66from cd.polyd import DMPsym, SDMPsym, termsym, lpsym,dpsym,poly_ring_dsym, DMPLsym, implementation, groebnerdsym
    77from cd.fieldname1 import Qsym as Rationals
    8 singular=singular_globals_proxy()
     8singular=SingularGlobalsProxy()
    99import cd.primdec
    1010class SingularException(Exception):
  • modules/openmath/singulartest.sing

    r80e54c r7b4b146  
    1212print(i2);
    1313LIB("/Users/michael/sing2/modules/python/python_module.so");
    14 Python_module::python("from interpreter import singular_globals_proxy
     14Python_module::python("from interpreter import SingularGlobalsProxy
    1515#import psyco
    1616import sys
     
    3636from cd.polyd import groebnersym
    3737r=singular.r
    38 inter=singular_globals_proxy()
     38inter=SingularGlobalsProxy()
    3939
    4040
Note: See TracChangeset for help on using the changeset viewer.