Issue with manyGran() method
I am trying to covert a dump file to vtk format. No issue with the first two steps.
1. d = dump("dump.filename")
2. v = vtk(d)
3. v.manyGran()
When I execute the third step i get the below error message.
Traceback (most recent call last):
File "", line 1, in ?
File "/home/s02/s1061629/pizza-16Mar09/src/vtk.py", line 124, in manyGran
particleGran(file,atoms,names,len(self.data.snaps[0].atoms[0]))
File "/home/s02/s1061629/pizza-16Mar09/src/vtk.py", line 321, in particleGran
print >>f,atom[18]
IndexError: index out of bounds
Forums:
- Read more about Issue with manyGran() method
- 2 comments
- Log in or register to post comments