fixed a bug with double vectors in TMusrRunHeader

This commit is contained in:
2015-10-29 16:03:36 +01:00
parent f44a9e94cf
commit c6f5c1205e
2 changed files with 7 additions and 3 deletions

View File

@ -4,6 +4,10 @@
changes since 0.15.0
===================================
FIXED 2015-10-29 TMusrRunHeader didn't map a double vector properly into a
string. The last element was a copy of the 2nd last instead
if the proper last. This is now fixed. Fixed also some
comment typo.
changes since 0.14.0
===================================