Changeset 2854


Ignore:
Timestamp:
01/20/04 11:29:47 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2853 r2854  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6
     7 2004/01/20: Markus Gaug
     8  * mcalib/Makefile
     9    - include directory ../mtools
     10 
     11  * mtools/MFFT.[h,cc]
     12    - class inherits from TObject now
     13
    614
    715 2004/01/19: Markus Gaug
  • trunk/MagicSoft/Mars/mtools/MFFT.h

    r2808 r2854  
    22#define MARS_MFFT
    33
    4 #ifndef MARS_MParContainer
    5 #include "MParContainer.h"
     4#ifndef MARS_MAGIC
     5#include "MAGIC.h"
    66#endif
    77
     
    2222#endif
    2323
    24 class MFFT : public MParContainer
     24class MFFT : public TObject
    2525{
    2626private:
Note: See TracChangeset for help on using the changeset viewer.