Changeset 9af8d18 in git for kernel/splist.h


Ignore:
Timestamp:
Jul 19, 2011, 2:55:33 PM (12 years ago)
Author:
mlee <martinlee84@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
660a68fc35c514edd7c0ed668a72a1375b26af96
Parents:
e6e2198ed93af775c39a664d74d4d9deadd803ab
git-author:
mlee <martinlee84@web.de>2011-07-19 14:55:33+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:40:43+01:00
Message:
added a member ring to class spectrumPolyNode
added const ring to ring dependend functions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/splist.h

    re6e2198 r9af8d18  
    4141    Rational            weight;
    4242    poly                nf;
     43    ring                r;
    4344
    4445    spectrumPolyNode( );
    45     spectrumPolyNode( spectrumPolyNode*,poly,const Rational&,poly );
     46    spectrumPolyNode( spectrumPolyNode*,poly,const Rational&,poly, const ring);
    4647    ~spectrumPolyNode( );
    4748
    4849    void    copy_zero   ( void );
    49     void    copy_shallow( spectrumPolyNode*,poly,const Rational&,poly );
     50    void    copy_shallow( spectrumPolyNode*,poly,const Rational&,poly, const ring);
    5051    void    copy_shallow( spectrumPolyNode& );
    5152};
     
    6970    void    copy_shallow( spectrumPolyList& );
    7071
    71     void    insert_node( poly,poly );
     72    void    insert_node( poly,poly, const ring );
    7273    void    delete_node( spectrumPolyNode** );
    7374
    74     void    delete_monomial( poly );
     75    void    delete_monomial( poly, const ring );
    7576
    7677    spectrumState  spectrum( lists*,int );
Note: See TracChangeset for help on using the changeset viewer.