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

Method parameterLine

src/libnnp/SymFncCompRad.cpp:185–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185string SymFncCompRad::parameterLine() const
186{
187 return strpr(getPrintFormat().c_str(),
188 index + 1,
189 elementMap[ec].c_str(),
190 type,
191 subtype.c_str(),
192 elementMap[e1].c_str(),
193 rl / convLength,
194 rc / convLength,
195 lineNumber + 1);
196}
197
198vector<string> SymFncCompRad::parameterInfo() const
199{

Callers

nothing calls this directly

Calls 1

strprFunction · 0.85

Tested by

no test coverage detected