summaryrefslogtreecommitdiff
path: root/src/perc_meas.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-10-02 10:52:05 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-10-02 10:52:05 -0400
commit2de471524c9e281e1b83049183d5a4deecd8b7b3 (patch)
tree4d158d7137f247aa0f64a2760ff80f043ae0a61c /src/perc_meas.hpp
parent47a7c96d1848e3a3edbcfb17e645790d31c01a67 (diff)
downloadfuse_networks-2de471524c9e281e1b83049183d5a4deecd8b7b3.tar.gz
fuse_networks-2de471524c9e281e1b83049183d5a4deecd8b7b3.tar.bz2
fuse_networks-2de471524c9e281e1b83049183d5a4deecd8b7b3.zip
Updated percolation and sample, percolation measurements presently
gutted
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