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

Method parameterLine

src/libnnp/SymFncBaseCompAngWeighted.cpp:129–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129string SymFncBaseCompAngWeighted::parameterLine() const
130{
131 return strpr(getPrintFormat().c_str(),
132 index + 1,
133 elementMap[ec].c_str(),
134 type,
135 subtype.c_str(),
136 rl / convLength,
137 rc / convLength,
138 angleLeft,
139 angleRight,
140 lineNumber + 1);
141}
142
143vector<string> SymFncBaseCompAngWeighted::parameterInfo() const
144{

Callers

nothing calls this directly

Calls 1

strprFunction · 0.85

Tested by

no test coverage detected