From a87470ea1f9e91aed12fa50e9730bed9aa9feecc Mon Sep 17 00:00:00 2001 From: Matthias Redies Date: Fri, 20 Dec 2019 10:46:23 +0100 Subject: [PATCH] This appears to be uninitialized in valgrind, so i gave it some initialization. --- types/types_greensf.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/types_greensf.f90 b/types/types_greensf.f90 index 04a38e1c..e4c1bcb0 100644 --- a/types/types_greensf.f90 +++ b/types/types_greensf.f90 @@ -28,7 +28,7 @@ MODULE m_types_greensf TYPE t_greensf !Energy contour parameters - INTEGER :: mode !Determines the shape of the contour (more information in kkintgr.f90) + INTEGER :: mode = -1 !Determines the shape of the contour (more information in kkintgr.f90) INTEGER :: nz !number of points in the contour INTEGER :: nmatsub -- GitLab