Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make multi-network construction work with igraph version 2.0.1.1
When adding an empty set of artifact vertices to the multi-network, adding 'no' vertex fails as of igraph 2.0.1.1. This is easily fixed by checking whether the set of arftiact vertices to add is empty, and then just don't call the add function if it is empty. Signed-off-by: Thomas Bock <bockthom@cs.uni-saarland.de>
- Loading branch information