Changeset f78059 in git for kernel/semic.h
- Timestamp:
- Jul 25, 2011, 12:03:42 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- 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
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
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.