Changeset f78059 in git


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

Legend:

Unmodified
Added
Removed
  • kernel/makefile

    rbc1fdb rf78059  
    7272    fglmzero.cc fglmvec.cc fglmgauss.cc fglmhom.cc fglmcomb.cc \
    7373    kspoly.cc \
     74    semic.cc \
    7475    syz.cc syz0.cc syz1.cc syz2.cc syz3.cc\
    7576    timer.cc \
     
    112113        ratgring.h shiftgb.h \
    113114        mmalloc.h \
     115        semic.h \
    114116        gfan.h
    115117
  • 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.