11 lines
155 B
C++
11 lines
155 B
C++
#ifndef _ANALYTIC_RATE_HPP_
|
|
#define _ANALYTIC_RATE_HPP_
|
|
#ifndef _ANALYTIC_COUPON_HPP_
|
|
#include <analytic/coupon.hpp>
|
|
#endif
|
|
|
|
typedef Coupon Rate;
|
|
#endif
|
|
|
|
|