saved data in th2 files
Multiplataform graphical Interface for Therion written in C++/QT
Brought to you by:
rsevero
not sure if this is an issue but the data saved in line th2 files looks like this
line flowstone -id l82-9916-6528 -reverse on
9865.0 6670.0
9865.0 6670.0 9868.0 6644.0 9882.0 6633.0
9896.0 6622.0 9920.0 6594.0 9921.0 6575.0
9922.0 6556.0 9924.0 6549.0 9918.0 6534.0
9912.0 6519.0 9913.0 6493.0 9918.0 6486.0
9923.0 6479.0 9937.0 6453.0 9955.0 6443.0
9973.0 6433.0 9983.0 6415.0 9953.0 6395.0
9923.0 6375.0 9900.0 6337.0 9905.0 6321.0
9910.0 6305.0 9926.0 6246.0 9935.0 6237.0
9944.0 6228.0 9944.0 6192.0 9992.0 6189.0
10040.0 6186.0 10044.0 6179.0 10044.0 6179.0
smooth off
endline
whereas the original is a whole number
line flowstone -id l82-9916-6528 -reverse on
9865 6670
9865 6670 9868 6644 9882 6633
9896 6622 9920 6594 9921 6575
9922 6556 9924 6549 9918 6534
9912 6519 9913 6493 9918 6486
9923 6479 9937 6453 9955 6443
9973 6433 9983 6415 9953 6395
9923 6375 9900 6337 9905 6321
9910 6305 9926 6246 9935 6237
9944 6228 9944 6192 9992 6189
10040 6186 10044 6179 10044 6179
smooth off
endline
No software should care about this difference. If you find some software where this difference actually produces some kind of change, please let me know.
Thanks for the report.