3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-20 12:12:16 +02:00

[converter] fix bug in misc_converter

This commit is contained in:
Priyanka Seth 2015-03-22 18:15:05 +01:00
parent 9585f6f482
commit 335fd6cbc6

View File

@ -408,7 +408,7 @@ class Wien2kConverter(ConverterTools):
R.next()
things_to_save.append('band_window')
R.close() # Reading done!
R.close() # Reading done!
# Read relevant data from .struct file
######################################