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

Fixed a typo in variable 'atmlib_present'

This commit is contained in:
Oleg E. Peil 2016-08-09 12:35:06 +02:00
parent e5bb2d1b80
commit 4d69dfd3ae

View File

@ -41,7 +41,7 @@ import itertools as it
import numpy as np
try:
import atm
atmlib_presnet = True
atmlib_present = True
except ImportError:
issue_warning("Error importing ATM libray, DOS calculation will fail!")
atmlib_present = False