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

Method parameterLine

src/libnnp/SymFncBaseCompAng.cpp:144–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144string SymFncBaseCompAng::parameterLine() const
145{
146 return strpr(getPrintFormat().c_str(),
147 index + 1,
148 elementMap[ec].c_str(),
149 type,
150 subtype.c_str(),
151 elementMap[e1].c_str(),
152 elementMap[e2].c_str(),
153 rl / convLength,
154 rc / convLength,
155 angleLeft,
156 angleRight,
157 lineNumber + 1);
158}
159
160vector<string> SymFncBaseCompAng::parameterInfo() const
161{

Callers

nothing calls this directly

Calls 1

strprFunction · 0.85

Tested by

no test coverage detected