Changeset f78059 in git
- Timestamp:
- Jul 25, 2011, 12:03:42 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 0b356b8ca543faeb113bacb8f6b284e2fb9bb24a
- Parents:
- bc1fdba5e0c00a808f45922f0d0fe8c4ec086e88
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-25 12:03:42+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:53:31+01:00
- Location:
- kernel
- Files:
-
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
kernel/makefile
rbc1fdb rf78059 72 72 fglmzero.cc fglmvec.cc fglmgauss.cc fglmhom.cc fglmcomb.cc \ 73 73 kspoly.cc \ 74 semic.cc \ 74 75 syz.cc syz0.cc syz1.cc syz2.cc syz3.cc\ 75 76 timer.cc \ … … 112 113 ratgring.h shiftgb.h \ 113 114 mmalloc.h \ 115 semic.h \ 114 116 gfan.h 115 117 -
kernel/semic.h
rbc1fdb rf78059 70 70 spectrum( ); 71 71 spectrum( const spectrum& ); 72 spectrum( lists );72 // spectrum( lists ); 73 73 74 74 ~spectrum( ); 75 75 76 76 spectrum operator = ( const spectrum& ); 77 spectrum operator = ( lists );77 // spectrum operator = ( lists ); 78 78 79 79 friend spectrum operator + ( const spectrum&,const spectrum& ); … … 90 90 void copy_shallow( spectrum& ); 91 91 void copy_deep ( const spectrum& ); 92 void copy_deep ( lists );92 // void copy_deep ( lists ); 93 93 94 lists thelist ( void );94 // lists thelist ( void ); 95 95 96 96 int add_subspectrum ( spectrum&,int );
Note: See TracChangeset
for help on using the changeset viewer.