Bug in interface

This commit is contained in:
Anthony Scemama 2010-05-27 18:11:19 +02:00
parent 218e33666a
commit f19db06333
3 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
EZFIO.1.0.7.tar.gz
EZFIO.1.0.8.tar.gz

View File

@ -22,3 +22,6 @@ clean:
- rm bin/eplf
- rm bin/ezfio.py
- make -C src veryclean
archive:
git archive --format=tar HEAD | gzip > eplf.tar.gz

View File

@ -170,7 +170,7 @@ def write_ezfioFile(res,filename):
dets_a.pop(i)
dets_b.pop(i)
coef.pop(i)
ezfio.determinants_det_num = len(dets_a)
ezfio.determinants_det_num = len(coef)
ezfio.determinants_det_coef = coef
ezfio.determinants_det_occ = dets_a+dets_b
else: