leetmaa / KMCLib

A kinetic Monte Carlo Python/C++ library.
GNU General Public License v3.0
119 stars 49 forks source link

Typo in MSD output #23

Closed aschankler closed 3 years ago

aschankler commented 5 years ago

The header of the output produced by printResults has a key 'DSD_y' rather than 'MSD_y'.

https://github.com/leetmaa/KMCLib/blob/4513accea266c934dbdceab4fe9fad9ba58e9750/python/src/KMCLib/Analysis/OnTheFlyMSD.py#L289

leetmaa commented 3 years ago

Thanks for pointing this out. It should be fixed now.