| 181 | } |
| 182 | |
| 183 | vector<string> SymFncCompRadWeighted::parameterInfo() const |
| 184 | { |
| 185 | vector<string> v = SymFncBaseComp::parameterInfo(); |
| 186 | |
| 187 | return v; |
| 188 | } |
| 189 | |
| 190 | double SymFncCompRadWeighted::calculateRadialPart(double distance) const |
| 191 | { |
nothing calls this directly
no outgoing calls
no test coverage detected