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

Method setup

test/cpp/Example_nnp_checkdw.h:14–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Example_nnp_checkdwClass · 0.85

Tested by

no test coverage detected