3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-02 11:25:29 +02:00

[converter] rm debug statement

This commit is contained in:
Priyanka Seth 2015-03-11 17:52:41 +01:00
parent 7342e954dd
commit cff9015362

View File

@ -425,7 +425,6 @@ class Wien2kConverter(ConverterTools):
lattice_type = R.readline().split()[0]
R.readline()
temp = R.readline()
print temp
lattice_constants = numpy.array([float(temp[0+10*i:10+10*i].strip()) for i in range(3)])
lattice_angles = numpy.array([float(temp[30+10*i:40+10*i].strip()) for i in range(3)]) * numpy.pi / 180.0
things_to_save.extend(['lattice_type', 'lattice_constants', 'lattice_angles'])