| 9 | */ |
| 10 | |
| 11 | int C_EXPLICIT(Node * Na, Node * Nb) |
| 12 | { |
| 13 | return Na->Id < Nb->Id ? Nb->C[Na->Id] : Na->C[Nb->Id]; |
| 14 | } |
| 15 | |
| 16 | /* |
| 17 | * The C_FUNCTION function is used when the distance is defined by a |
nothing calls this directly
no outgoing calls
no test coverage detected