summaryrefslogtreecommitdiff
path: root/src/fracture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fracture.h')
-rw-r--r--src/fracture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fracture.h b/src/fracture.h
index 5e1b3e4..f0a22e8 100644
--- a/src/fracture.h
+++ b/src/fracture.h
@@ -81,6 +81,7 @@ typedef struct {
bool voltage_bound;
unsigned int num_components;
cholmod_sparse *adjacency;
+ cholmod_sparse *dual_adjacency;
bool debug_stop;
} net_t;