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

Method parameterLine

src/libnnp/SymFncCompRadWeighted.cpp:171–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171string SymFncCompRadWeighted::parameterLine() const
172{
173 return strpr(getPrintFormat().c_str(),
174 index + 1,
175 elementMap[ec].c_str(),
176 type,
177 subtype.c_str(),
178 rl / convLength,
179 rc / convLength,
180 lineNumber + 1);
181}
182
183vector<string> SymFncCompRadWeighted::parameterInfo() const
184{

Callers

nothing calls this directly

Calls 1

strprFunction · 0.85

Tested by

no test coverage detected