Ignore:
Timestamp:
Jun 15, 2005, 1:50:16 PM (18 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
01cd17fd67cfda8867350bb5007624dde10be224
Parents:
04f6a4e219c5180c44ff638afd7e63cc8ffa3699
Message:
*bricken: refactoring


git-svn-id: file:///usr/local/Singular/svn/trunk@8370 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/openmathserver/arith1.py

    r04f6a4 r1667822  
    88implementation=OMcdImplementation(content)
    99
    10 plussym=OMsymbol("plus",content)
     10plussym=OMSymbol("plus",content)
    1111
    1212def plusfunc(context, *args):
     
    2525#print sym==plussym
    2626#print implementation[plussym]
    27 #plusimpl=ImplementedOMsymbol(plussym,plusfunc)
     27#plusimpl=ImplementedOMSymbol(plussym,plusfunc)
    2828#implementation[plussym]=plusimpl
    2929#print "Laenge", (len(implementation.implementations))
    30 #assert OMsymbol("plus",content)==OMsymbol("plus",content)
     30#assert OMSymbol("plus",content)==OMSymbol("plus",content)
Note: See TracChangeset for help on using the changeset viewer.