Blogs are really working
Fri Mar 10 23:15:52 EST 2006
OK. It turns out I had an off by 1 error in one of the functions I wrote. It was a standard programming mistake. If I have the starting index, a and the ending index b and I want to find the length of that piece it is b-a+1 and I obviously forgot the +1 part. Anyway . . . TADA!
