MCPcopy Create free account
hub / github.com/avaneev/biteopt / zeroParams

Method zeroParams

biteaux.h:1247–1250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected