forcing casino_gather to true always. Requested by Mike Towler for

simplifying the use of pw2casino together with casino.


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@7592 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
marsamos 2011-03-21 16:53:39 +00:00
parent 0285d027ee
commit f6ebbdbab7
1 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,7 @@ SUBROUTINE pw2casino()
INTEGER :: tmp_unit
!
INTEGER :: ios
LOGICAL :: casino_gather = .false.
LOGICAL :: casino_gather = .true.
LOGICAL :: blip_convert = .true.
LOGICAL :: blip_binary = .true.
LOGICAL :: blip_single_prec = .true.
@ -37,7 +37,6 @@ SUBROUTINE pw2casino()
INTEGER :: n_points_for_test = 0
!
NAMELIST / inputpp / &
casino_gather, &
blip_convert, &
blip_multiplicity, &
blip_binary, &