| 127 | } |
| 128 | |
| 129 | string SymFncBaseCompAngWeighted::parameterLine() const |
| 130 | { |
| 131 | return strpr(getPrintFormat().c_str(), |
| 132 | index + 1, |
| 133 | elementMap[ec].c_str(), |
| 134 | type, |
| 135 | subtype.c_str(), |
| 136 | rl / convLength, |
| 137 | rc / convLength, |
| 138 | angleLeft, |
| 139 | angleRight, |
| 140 | lineNumber + 1); |
| 141 | } |
| 142 | |
| 143 | vector<string> SymFncBaseCompAngWeighted::parameterInfo() const |
| 144 | { |