| 2322 | } |
| 2323 | |
| 2324 | virtual void getMinValues( double* const p ) const |
| 2325 | { |
| 2326 | Owner -> getMinValues( p ); |
| 2327 | } |
| 2328 | |
| 2329 | virtual void getMaxValues( double* const p ) const |
| 2330 | { |
nothing calls this directly
no outgoing calls
no test coverage detected