| 22 | } |
| 23 | |
| 24 | virtual void getMaxValues( double* const p ) const |
| 25 | { |
| 26 | p[ 0 ] = 1200.0; |
| 27 | p[ 1 ] = 1200.0; |
| 28 | p[ 2 ] = 0.55; |
| 29 | p[ 3 ] = 0.55; |
| 30 | } |
| 31 | |
| 32 | double penalty( const double v ) |
| 33 | { |
nothing calls this directly
no outgoing calls
no test coverage detected