| 142 | } |
| 143 | |
| 144 | string SymFncBaseCompAng::parameterLine() const |
| 145 | { |
| 146 | return strpr(getPrintFormat().c_str(), |
| 147 | index + 1, |
| 148 | elementMap[ec].c_str(), |
| 149 | type, |
| 150 | subtype.c_str(), |
| 151 | elementMap[e1].c_str(), |
| 152 | elementMap[e2].c_str(), |
| 153 | rl / convLength, |
| 154 | rc / convLength, |
| 155 | angleLeft, |
| 156 | angleRight, |
| 157 | lineNumber + 1); |
| 158 | } |
| 159 | |
| 160 | vector<string> SymFncBaseCompAng::parameterInfo() const |
| 161 | { |