1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: upstream: non-internal support: plfit
This patch specify the folder of the `plfit` headers.
It is meant to be submitted to the upstream maintainer.
Origin: debian
Forwarded: https://github.com/igraph/igraph/pull/1921
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2022-03-16
--- a/tests/benchmarks/igraph_power_law_fit.c
+++ b/tests/benchmarks/igraph_power_law_fit.c
@@ -17,7 +17,7 @@
*/
#include <igraph.h>
-#include <plfit_sampling.h>
+#include <plfit/plfit_sampling.h>
#include "bench.h"
|