Changed default value of blip_single_prec in pw2casino.f90 to .false. (so

the orbital coefficients are written out in double precision; it may be
manually changed to .true. by the user so that single precision is used,
reducing the memory and disk requirements).


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@7597 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
mdt26a 2011-03-23 12:30:24 +00:00
parent 000e775ab0
commit 27fa7d8483
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ SUBROUTINE pw2casino()
LOGICAL :: casino_gather = .true.
LOGICAL :: blip_convert = .true.
LOGICAL :: blip_binary = .true.
LOGICAL :: blip_single_prec = .true.
LOGICAL :: blip_single_prec = .false.
REAL(dp) :: blip_multiplicity = 1.d0
INTEGER :: n_points_for_test = 0
!