In the graph measures "WeightedRC", the measure is repeatedly calculated on each node of layers of graphs. The measure should be global, so one value per layer, but now the measure is residually calculated by nodes, each node in layers have same weighted rich club value.
Now the workaround is to get rid of the for loop going through the nodes

In the graph measures "WeightedRC", the measure is repeatedly calculated on each node of layers of graphs. The measure should be global, so one value per layer, but now the measure is residually calculated by nodes, each node in layers have same weighted rich club value.
Now the workaround is to get rid of the for loop going through the nodes
