| 23 | } |
| 24 | |
| 25 | virtual void getMinValues( double* const p ) const |
| 26 | { |
| 27 | p[ 0 ] = 0.0; |
| 28 | p[ 1 ] = 0.0; |
| 29 | p[ 2 ] = 0.0; |
| 30 | p[ 3 ] = 0.0; |
| 31 | p[ 4 ] = 0.0; |
| 32 | p[ 5 ] = 0.0; |
| 33 | p[ 6 ] = 0.0; |
| 34 | p[ 7 ] = 0.0; |
| 35 | p[ 8 ] = 0.0; |
| 36 | p[ 9 ] = 0.0; |
| 37 | p[ 10 ] = 0.0; |
| 38 | p[ 11 ] = 0.0; |
| 39 | p[ 12 ] = 0.0; |
| 40 | } |
| 41 | |
| 42 | virtual void getMaxValues( double* const p ) const |
| 43 | { |
nothing calls this directly
no outgoing calls
no test coverage detected