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

Renamed module 'c/vasp' to 'c/plovasp'

This commit is contained in:
Oleg E. Peil 2015-11-27 10:52:07 +01:00
parent 0d65f38a61
commit 46b3dd0667
20 changed files with 2 additions and 2 deletions

View File

View File

@ -6,7 +6,7 @@ r"""
"""
import itertools as it
import numpy as np
import vasp.atm.c_atm_dos as c_atm_dos
import plovasp.atm.c_atm_dos as c_atm_dos
np.set_printoptions(suppress=True)

View File

@ -1 +1 @@
PYTHONPATH=../:../../../c:$PYTHONPATH python test_all.py
PYTHONPATH=../:../../../../c:$PYTHONPATH python test_all.py