MINT2
IReturnRealWithSmoothy.h
Go to the documentation of this file.
1 #ifndef IRETURN_REALVALUE_WITHSMOOTHY_HH
2 #define IRETURN_REALVALUE_WITHSMOOTHY_HH
3 // author: Jonas Rademacker (Jonas.Rademacker@bristol.ac.uk)
4 // status: Mon 9 Feb 2009 19:17:55 GMT
5 
6 #include "Mint/IReturnReal.h"
7 #include <complex>
8 
9 namespace MINT{
10 
11 class IReturnRealWithSmoothy : virtual public IReturnReal{
12  protected:
14  public:
15  //virtual double RealVal()=0;
16  virtual double SmootherLargerRealVal()=0;
18  };
19 
20 }//namespace MINT
21 #endif
virtual double SmootherLargerRealVal()=0