| 2045 | */ |
| 2046 | |
| 2047 | double getRealValue( const ptype* const NormParams, const int i ) const |
| 2048 | { |
| 2049 | return( MinValues[ i ] + DiffValues[ i ] * NormParams[ i ]); |
| 2050 | } |
| 2051 | |
| 2052 | /** |
| 2053 | * Function wraps the specified parameter value so that it stays in the |
nothing calls this directly
no outgoing calls
no test coverage detected