j
k
j a
j l
Jeremiah Willcock wrote:
It appears that name_map is not initialized. You need to do something like: id_name_map_t name_map = get(vertex_name, g); to get the property map before you use it.
It appears that name_map is not initialized. You need to do something like:
id_name_map_t name_map = get(vertex_name, g);
to get the property map before you use it.
Thanks, that did it. Ralf
Back to the thread
Back to the list