| 123 | } |
| 124 | |
| 125 | string SymFncBaseExpAng::parameterLine() const |
| 126 | { |
| 127 | return strpr(getPrintFormat().c_str(), |
| 128 | index + 1, |
| 129 | elementMap[ec].c_str(), |
| 130 | type, |
| 131 | subtype.c_str(), |
| 132 | elementMap[e1].c_str(), |
| 133 | elementMap[e2].c_str(), |
| 134 | eta * convLength * convLength, |
| 135 | rs / convLength, |
| 136 | rc / convLength, |
| 137 | lambda, |
| 138 | zeta, |
| 139 | cutoffAlpha, |
| 140 | lineNumber + 1); |
| 141 | } |
| 142 | |
| 143 | vector<string> SymFncBaseExpAng::parameterInfo() const |
| 144 | { |