3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-04 18:36:05 +02:00

Writing of .oubwin removed for dmftproj -band

This commit is contained in:
Manuel Zingl 2015-07-07 16:00:06 +02:00
parent 335dee2042
commit 8ecadc1167

View File

@ -745,10 +745,10 @@ C Writing the output files for DMFT computations :
C ------------------------------------------------
IF(.NOT.ifBAND) THEN
CALL outqmc(elecn,qtot)
CALL outbwin
ELSE
CALL outband
ENDIF
CALL outbwin
ENDIF
C End of the prgm
CALL printout(0)