mirror of
https://github.com/triqs/dft_tools
synced 2024-12-22 04:13:47 +01:00
Fixed a typo in variable 'atmlib_present'
This commit is contained in:
parent
e5bb2d1b80
commit
4d69dfd3ae
@ -41,7 +41,7 @@ import itertools as it
|
|||||||
import numpy as np
|
import numpy as np
|
||||||
try:
|
try:
|
||||||
import atm
|
import atm
|
||||||
atmlib_presnet = True
|
atmlib_present = True
|
||||||
except ImportError:
|
except ImportError:
|
||||||
issue_warning("Error importing ATM libray, DOS calculation will fail!")
|
issue_warning("Error importing ATM libray, DOS calculation will fail!")
|
||||||
atmlib_present = False
|
atmlib_present = False
|
||||||
|
Loading…
Reference in New Issue
Block a user