Changeset 9af8d18 in git for kernel/splist.h
- Timestamp:
- Jul 19, 2011, 2:55:33 PM (12 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/splist.h
re6e2198 r9af8d18 41 41 Rational weight; 42 42 poly nf; 43 ring r; 43 44 44 45 spectrumPolyNode( ); 45 spectrumPolyNode( spectrumPolyNode*,poly,const Rational&,poly 46 spectrumPolyNode( spectrumPolyNode*,poly,const Rational&,poly, const ring); 46 47 ~spectrumPolyNode( ); 47 48 48 49 void copy_zero ( void ); 49 void copy_shallow( spectrumPolyNode*,poly,const Rational&,poly 50 void copy_shallow( spectrumPolyNode*,poly,const Rational&,poly, const ring); 50 51 void copy_shallow( spectrumPolyNode& ); 51 52 }; … … 69 70 void copy_shallow( spectrumPolyList& ); 70 71 71 void insert_node( poly,poly );72 void insert_node( poly,poly, const ring ); 72 73 void delete_node( spectrumPolyNode** ); 73 74 74 void delete_monomial( poly );75 void delete_monomial( poly, const ring ); 75 76 76 77 spectrumState spectrum( lists*,int );
Note: See TracChangeset
for help on using the changeset viewer.