From cfaebcfe995eab0c282097d2f2c3e1ef93c34f0e Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 9 May 2018 09:44:38 +0200 Subject: [PATCH] Removed print --- src/Utils/map_functions.irp.f | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Utils/map_functions.irp.f b/src/Utils/map_functions.irp.f index 88807fac..cf894893 100644 --- a/src/Utils/map_functions.irp.f +++ b/src/Utils/map_functions.irp.f @@ -103,7 +103,6 @@ subroutine map_load_from_disk(filename,map) n_elements = int(k - l, 4) key_p => map % consolidated_key (l:l+n_elements) value_p => map % consolidated_value ( l:l+n_elements ) - print *, i, n_elements map % map(i) % key => key_p map % map(i) % value => value_p map % map(i) % sorted = .True.