mcocdawc / chemcoord

A python module for manipulating cartesian and internal coordinates.
GNU Lesser General Public License v3.0
72 stars 19 forks source link

Zmat.to_xyz() doc string lists incorrect return #13

Closed sgill2 closed 7 years ago

sgill2 commented 7 years ago

Zmat.to_xyz()'s doc string says it returns a zmat when it should probably say that it returns a Cartesian. https://github.com/mcocdawc/chemcoord/blob/master/chemcoord/zmat_functions.py#L194-L208

mcocdawc commented 7 years ago

Thank you very much! It seems, I have to refactor a lot in the website backend. I will do so in ca. two weeks.