summaryrefslogtreecommitdiff
path: root/lib/cluster_finite.h
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-06-28 14:20:25 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-06-28 14:20:25 -0400
commit3eb67e3bca774eb0441db60158e1968ad901273b (patch)
tree5250190f9230b129b4d82a9d23cc5ae6547a6b8d /lib/cluster_finite.h
parent25781a4041fa75a3394949d111be3abbefc97c26 (diff)
downloadc++-3eb67e3bca774eb0441db60158e1968ad901273b.tar.gz
c++-3eb67e3bca774eb0441db60158e1968ad901273b.tar.bz2
c++-3eb67e3bca774eb0441db60158e1968ad901273b.zip
cleaned up the operation of the finite-group wolff code
Diffstat (limited to 'lib/cluster_finite.h')
-rw-r--r--lib/cluster_finite.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/cluster_finite.h b/lib/cluster_finite.h
index abdc8fc..ad45ed3 100644
--- a/lib/cluster_finite.h
+++ b/lib/cluster_finite.h
@@ -23,6 +23,10 @@
#include "yule_walker.h"
typedef struct {
+ D_t D;
+ L_t L;
+ v_t nv;
+ v_t ne;
graph_t *g;
q_t q;
R_t n_transformations;