Saturday, November 29, 2008

A error in code cost me two weeks.

I finally found what caused an error in time conversion in my code. When calculate factorial day I miss used seconds in one hour (3600) to divide the total seconds past since the begin of the day, instead of using 24*3600. Thus, the epochs definition for offsets are all erroneous. I have to rerun the code from the beginning.
I lost two weeks.

No comments: