MCPcopy Create free account
hub / github.com/FreeFem/FreeFem-sources / cmaes_WriteToFile

Function cmaes_WriteToFile

plugin/seq/cmaes.cpp:1002–1004  ·  view source on GitHub ↗

--------------------------------------------------------- */ --------------------------------------------------------- */

Source from the content-addressed store, hash-verified

1000/* --------------------------------------------------------- */
1001/* --------------------------------------------------------- */
1002void cmaes_WriteToFile(cmaes_t *t, const char *key, const char *name) {
1003 cmaes_WriteToFileAW(t, key, name, "a"); /* default is append */
1004}
1005
1006/* --------------------------------------------------------- */
1007/* --------------------------------------------------------- */

Callers 3

cmaes_ReadFromFilePtrFunction · 0.85
WriteToFileMethod · 0.85
WriteToFileMethod · 0.85

Calls 1

cmaes_WriteToFileAWFunction · 0.85

Tested by

no test coverage detected