| 14 | double real_value; |
| 15 | |
| 16 | virtual void getMinValues( double* const p ) const |
| 17 | { |
| 18 | p[ 0 ] = 0.0; |
| 19 | p[ 1 ] = 0.0; |
| 20 | p[ 2 ] = -0.55; |
| 21 | p[ 3 ] = -0.55; |
| 22 | } |
| 23 | |
| 24 | virtual void getMaxValues( double* const p ) const |
| 25 | { |
nothing calls this directly
no outgoing calls
no test coverage detected