Hello,
I am wondering if there is not a documentation bug.
The distance_recorder
Andreas Fabri wrote:
Hello,
I am wondering if there is not a documentation bug.
The distance_recorder
manual page states: DistanceMap A WritablePropertyMap, where the key type and the value type are the vertex descriptor type of the graph.
Shouldn't the value type be something like int. After all it is a distance measured in the number of hops in the graph.
Yepp, is most probably a bug.
Also writing my own DistanceMap I had to also provide the function get in order that it compiles. So the DistanceMap should be Readable as well.
This probably, too.
Jens Müller wrote:
Andreas Fabri wrote:
Hello,
I am wondering if there is not a documentation bug.
The distance_recorder
manual page states: DistanceMap A WritablePropertyMap, where the key type and the value type are the vertex descriptor type of the graph.
Shouldn't the value type be something like int. After all it is a distance measured in the number of hops in the graph.
Yepp, is most probably a bug.
Also writing my own DistanceMap I had to also provide the function get in order that it compiles. So the DistanceMap should be Readable as well.
This probably, too.
Hello, How is the project organized? Do the package developers read and fix it? Shall I write them, or do you do as you responded me, is there a bug tracker, Should I join the developr mailing list and post there,.... ? andreas
participants (2)
-
Andreas Fabri
-
Jens Müller