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

Fixed the wrong name of the config file

This commit is contained in:
Oleg E. Peil 2016-01-22 15:59:12 +01:00
parent 2e1633c037
commit a0645b8275

View File

@ -50,5 +50,5 @@ if __name__ == '__main__':
else:
vasp_dir = './'
generate_and_output_as_text(conf_filename, vasp_dir)
generate_and_output_as_text(filename, vasp_dir)