| 1245 | */ |
| 1246 | |
| 1247 | void zeroParams( ptype* const dst ) const |
| 1248 | { |
| 1249 | memset( dst, 0, ParamCount * sizeof( dst[ 0 ])); |
| 1250 | } |
| 1251 | |
| 1252 | /** |
| 1253 | * An aux function that copies a parameter vector. |
nothing calls this directly
no outgoing calls
no test coverage detected