| 288 | } |
| 289 | |
| 290 | string SymFncExpAngnWeighted::parameterLine() const |
| 291 | { |
| 292 | return strpr(getPrintFormat().c_str(), |
| 293 | index + 1, |
| 294 | elementMap[ec].c_str(), |
| 295 | type, |
| 296 | subtype.c_str(), |
| 297 | eta * convLength * convLength, |
| 298 | rs / convLength, |
| 299 | rc / convLength, |
| 300 | lambda, |
| 301 | zeta, |
| 302 | cutoffAlpha, |
| 303 | lineNumber + 1); |
| 304 | } |
| 305 | |
| 306 | vector<string> SymFncExpAngnWeighted::parameterInfo() const |
| 307 | { |