MINT2
IComplexFitParDependent.h
Go to the documentation of this file.
1 #ifndef ICOMPLEX_FITPARDEPENDENT_HH
2 #define ICOMPLEX_FITPARDEPENDENT_HH
3 // author: Jonas Rademacker (Jonas.Rademacker@bristol.ac.uk)
4 // status: Mon 9 Feb 2009 19:17:55 GMT
5 
6 #include <complex>
7 #include "Mint/IReturnComplex.h"
9 
10 namespace MINT{
11  class IComplexFitParDependent: virtual public IReturnComplex, virtual public IFitParDependent{
12  protected:
13  };
14 
15 }//namespace MINT
16 #endif