chemfiles / Chemfiles.jl

Julia bindings to chemfiles
http://chemfiles.org/Chemfiles.jl/
Other
36 stars 22 forks source link

The pos array should index from 1 #58

Closed Ruibin-Liu closed 2 years ago

Ruibin-Liu commented 2 years ago

If looping from 0, pos[1, i] will indexing 0 which is not used in Julia.

Luthaf commented 2 years ago

Thanks!