| 505 | } |
| 506 | |
| 507 | inline double MBTR::k2GeomDistance(const int &i, const int &j, const vector<vector<double> > &distances) |
| 508 | { |
| 509 | double dist = distances[i][j]; |
| 510 | return dist; |
| 511 | } |
| 512 | |
| 513 | inline double MBTR::k2WeightUnity(const int &i, const int &j, const vector<vector<double> > &distances) |
| 514 | { |
nothing calls this directly
no outgoing calls
no test coverage detected