Search This Blog

Tuesday, December 3, 2013

Fixed the "Missing time information in save .IM file"  reported by Dr. Rusinek.  This was due to the time written in "absolute value" and using the scientific notation some important lower digits were truncated.  Switched to the regular "double float" format by using %lf option in fprintf().

No comments:

Post a Comment