| 183 | } |
| 184 | |
| 185 | string 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 | |
| 198 | vector<string> SymFncCompRad::parameterInfo() const |
| 199 | { |