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

Method SymFncBaseComp

src/libnnp/SymFncBaseComp.cpp:94–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94SymFncBaseComp::SymFncBaseComp(size_t type,
95 ElementMap const& elementMap) :
96 SymFnc(type, elementMap),
97 asymmetric(false),
98 rl (0.0 ),
99 subtype ("" )
100{
101 // Add compact-related parameter IDs to set.
102 parameters.insert("rs/rl");
103 parameters.insert("subtype");
104}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected