summaryrefslogtreecommitdiff
path: root/src/corr_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/corr_test.c')
-rw-r--r--src/corr_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corr_test.c b/src/corr_test.c
index a8eaff5..4805fb0 100644
--- a/src/corr_test.c
+++ b/src/corr_test.c
@@ -6,7 +6,6 @@ int main() {
CHOL_F(start)(&c);
unsigned int width = 64;
- unsigned int n = pow(width / 2 + 1, 2) + pow((width + 1) / 2, 2);
graph_t *network = ini_square_network(width, true, false, &c);
net_t *instance = net_create(network, 1e-14, 0.001, 0, true, &c);