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

Class Example_nnp_select

test/cpp/Example_nnp_select.h:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include <vector>
7
8struct Example_nnp_select : public Example_nnp
9{
10 std::vector<std::string> createdFiles;
11
12 Example_nnp_select(std::string name)
13 : Example_nnp("nnp-select", name) {};
14};
15
16template<>
17void BoostDataContainer<Example_nnp_select>::setup()

Callers 1

setupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected