summaryrefslogtreecommitdiff
path: root/src/perc_meas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/perc_meas.hpp')
-rw-r--r--src/perc_meas.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/perc_meas.hpp b/src/perc_meas.hpp
index 75ef61a..b19b4a4 100644
--- a/src/perc_meas.hpp
+++ b/src/perc_meas.hpp
@@ -8,27 +8,14 @@
#include <iostream>
#include <array>
-#include <fftw3.h>
-
-#include <hooks.hpp>
-#include <boost/graph/graph_utility.hpp>
-#include <boost/graph/incremental_components.hpp>
-#include <boost/pending/disjoint_sets.hpp>
-#include <boost/foreach.hpp>
#include "analysis_tools.hpp"
-typedef boost::graph_traits<Graph>::vertex_descriptor Vertex;
-typedef boost::graph_traits<Graph>::vertices_size_type VertexIndex;
class pm : public hooks {
private:
unsigned r;
current_info last_cur;
- Graph G;
- std::vector<VertexIndex> rank;
- std::vector<Vertex> parent;
- boost::disjoint_sets<VertexIndex*, Vertex*> ds;
// measurement storage
std::vector<std::vector<uint64_t>> sn; // non-spanning cluster size distribution