From 24cee5501ea08e9611c514be604cd66ad8a4c03c Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Fri, 2 Dec 2016 12:18:41 -0500 Subject: removed percolation thing, changed definition of damage to make percolation exponents work --- src/anal_process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/anal_process.c') diff --git a/src/anal_process.c b/src/anal_process.c index c434297..0ebec84 100644 --- a/src/anal_process.c +++ b/src/anal_process.c @@ -47,7 +47,7 @@ int main(int argc, char *argv[]) { char *fn = argv[1 + i]; char *buff = (char *)malloc(20 * sizeof(char)); uint_t pos = 0; uint_t c = 0; - while (c < 6) { + while (c < 5) { if (fn[pos] == '_') { c++; } -- cgit v1.2.3-70-g09d2