MCPcopy Create free account
hub / github.com/CompPhysVienna/n2p2 / setup

Method setup

test/cpp/Example_nnp_checkf.h:14–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13template<>
14void BoostDataContainer<Example_nnp_checkf>::setup()
15{
16 Example_nnp_checkf* e = nullptr;
17
18 examples.push_back(Example_nnp_checkf("H2O_RPBE-D3"));
19 e = &(examples.back());
20 e->args = "";
21
22 examples.push_back(Example_nnp_checkf("LJ"));
23 e = &(examples.back());
24 e->args = "";
25
26 return;
27}
28
29#endif

Callers

nothing calls this directly

Calls 1

Example_nnp_checkfClass · 0.85

Tested by

no test coverage detected