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