Changeset 13139


Ignore:
Timestamp:
03/19/12 11:31:15 (13 years ago)
Author:
neise
Message:
debugged two lines
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/pyfact/coor.py

    r13133 r13139  
    4444        coor2chid = {}
    4545        chid2coor = {}
    46         coor_vec  = {}
     46        chid2vec  = {}
    4747        for vector_and_chid in vectors_and_chids:
    4848            vec = vector_and_chid[0]
     
    6868            coor2chid[ coor ] = chid
    6969            chid2coor[ chid ] = coor
    70             chid2vect[ chid ] = coor_vec
     70            chid2vec[ chid ] = coor_vec
    7171
    7272        # hard code the offsets to the next neighbors
Note: See TracChangeset for help on using the changeset viewer.