MHB Error in fixed point arithmetic library

AI Thread Summary
An issue was identified in the fixed point arithmetic library, which was addressed by Heiko Oberdiek through a code correction. A temporary workaround is available for users until the official fix is implemented. The bug has been acknowledged and is now listed as resolved. Users can refer to the provided link for further details on the correction. The community is encouraged to monitor updates for the final resolution.
Dustinsfl
Messages
2,217
Reaction score
5
I found an issue with the fixed point library, and Heiko Oberdiek found the offending code and submitted a correction to fix the problem in the fixed point library.

The details can be found here.

At present, you can issue the command below to over come the problem. Eventually someone will correct the code and this won't be needed.

Code:
\endlinechar=-1 
\usetikzlibrary{fixedpointarithmetic} 
\endlinechar=13
 
Physics news on Phys.org
According to the link in the previous post, the bug is listed as fixed.
 
Back
Top