-----------------------------------------------------------------------------
| 995 | } |
| 996 | //----------------------------------------------------------------------------- |
| 997 | Real AutoParamDataSource::getTime_0_1( Real x ) const { return this->getTime_0_X( x ) / x; } |
| 998 | //----------------------------------------------------------------------------- |
| 999 | Real AutoParamDataSource::getCosTime_0_1( Real x ) const |
| 1000 | { |
no test coverage detected