10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-22 10:47:33 +02:00

Removed debug print

This commit is contained in:
Anthony Scemama 2017-12-19 10:07:13 +01:00
parent 28afcc8c59
commit ac37a499d3

View File

@ -280,7 +280,6 @@ END_PROVIDER
read(iunit,'(A80)',end=10) buffer
read(buffer,*) i ! First read i
read(buffer,*) i, element_name(i), dummy, element_mass(i)
print *, i, element_name(i), element_mass(i)
enddo
10 continue
close(10)