| 493 | } |
| 494 | |
| 495 | inline double MBTR::k1WeightUnity(const int &i) |
| 496 | { |
| 497 | return 1; |
| 498 | } |
| 499 | |
| 500 | inline double MBTR::k2GeomInverseDistance(const int &i, const int &j, const vector<vector<double> > &distances) |
| 501 | { |
nothing calls this directly
no outgoing calls
no test coverage detected