diff options
author | Jaron <jaron@kent-dobias.com> | 2016-12-02 07:33:59 -0500 |
---|---|---|
committer | Jaron <jaron@kent-dobias.com> | 2016-12-02 07:33:59 -0500 |
commit | 365febc7acb7adbb903e75ea420870774d9b5cbb (patch) | |
tree | 4617ba6d6766533d93e43fe45d68b03a3b97f90d /src | |
parent | 870bc5ab146902d496a65ad31fcc5d9086a43d54 (diff) | |
download | fuse_networks-365febc7acb7adbb903e75ea420870774d9b5cbb.tar.gz fuse_networks-365febc7acb7adbb903e75ea420870774d9b5cbb.tar.bz2 fuse_networks-365febc7acb7adbb903e75ea420870774d9b5cbb.zip |
removed debug print statement
Diffstat (limited to 'src')
-rw-r--r-- | src/fracture.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fracture.c b/src/fracture.c index 08961ed..c0a4a8b 100644 --- a/src/fracture.c +++ b/src/fracture.c @@ -332,7 +332,6 @@ int main(int argc, char *argv[]) { bool zero_field = tmp_current[j] < inf; if (!broken && under_thres && zero_field) would_break++; } - printf("%u %g\n\n", would_break, ((double)(would_break + net->num_broken)) / pow(L,2)); damage[net->num_broken + would_break]++; } |