From 949328c8f69b3d24293685825fc9f280ca55dcce Mon Sep 17 00:00:00 2001 From: dalcorso Date: Thu, 27 Feb 2014 09:47:21 +0000 Subject: [PATCH] Unitialized variable in yesterday commit. git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@10774 c92efa57-630b-4861-b058-cf58834340f0 --- Modules/wannier_gw.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/wannier_gw.f90 b/Modules/wannier_gw.f90 index 19ebdcf04..85744aa93 100644 --- a/Modules/wannier_gw.f90 +++ b/Modules/wannier_gw.f90 @@ -15,7 +15,7 @@ MODULE wannier_gw ! SAVE ! - LOGICAL :: l_head!if true calculates the head of the symmetrized dielectric matrix -1 + LOGICAL :: l_head =.FALSE.!if true calculates the head of the symmetrized dielectric matrix -1 INTEGER :: n_gauss!number of frequency steps for head calculation REAL(kind=DP) :: omega_gauss!period for frequency calculation INTEGER :: grid_type!0 GL -T,T 2 GL 0 T 3 Equally spaced 0 Omega