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

Method copyValues

biteaux.h:1271–1274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1269 */
1270
1271 void copyValues( double* const dst, const double* const src ) const
1272 {
1273 memcpy( dst, src, ParamCount * sizeof( dst[ 0 ]));
1274 }
1275
1276 /**
1277 * Function compares two floating-point values for equality.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected