Changeset f78059 in git for kernel/semic.h


Ignore:
Timestamp:
Jul 25, 2011, 12:03:42 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
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
Message:
moved main part of semic.cc into kernel
File:
1 moved

Legend:

Unmodified
Added
Removed
  • kernel/semic.h

    rbc1fdb rf78059  
    7070    spectrum( );
    7171    spectrum( const spectrum& );
    72     spectrum( lists );
     72//    spectrum( lists );
    7373
    7474    ~spectrum( );
    7575
    7676    spectrum operator = ( const spectrum& );
    77     spectrum operator = ( lists );
     77//    spectrum operator = ( lists );
    7878
    7979    friend spectrum   operator + ( const spectrum&,const spectrum& );
     
    9090    void    copy_shallow( spectrum& );
    9191    void    copy_deep   ( const spectrum& );
    92     void    copy_deep   ( lists );
     92//    void    copy_deep   ( lists );
    9393
    94     lists   thelist     ( void );
     94//    lists   thelist     ( void );
    9595
    9696    int     add_subspectrum    ( spectrum&,int );
Note: See TracChangeset for help on using the changeset viewer.