| 170 | } |
| 171 | |
| 172 | string SymFncExpRadWeighted::parameterLine() const |
| 173 | { |
| 174 | return strpr(getPrintFormat().c_str(), |
| 175 | index + 1, |
| 176 | elementMap[ec].c_str(), |
| 177 | type, |
| 178 | subtype.c_str(), |
| 179 | eta * convLength * convLength, |
| 180 | rs / convLength, |
| 181 | rc / convLength, |
| 182 | cutoffAlpha, |
| 183 | lineNumber + 1); |
| 184 | } |
| 185 | |
| 186 | vector<string> SymFncExpRadWeighted::parameterInfo() const |
| 187 | { |