| 1393 | } |
| 1394 | |
| 1395 | WeightsMetaInfo::DistanceMetricEnum Project::GetDefaultDistMetric() |
| 1396 | { |
| 1397 | return dist_metric; |
| 1398 | } |
| 1399 | |
| 1400 | void Project::SetDefaultDistMetric(WeightsMetaInfo::DistanceMetricEnum dm) |
| 1401 | { |
no outgoing calls
no test coverage detected