Logged In: NO

I noticed this too. Looks like a problem in psycho_3_spl().

at the statement if(Xmax[index] < power[i]), however index is
allowed to go to 32 which is the size of Xmax[].

I guess you could increase the size of Xmax[] by one but it's
not clear to me whether this is the correct thing to do.

Note I was using toolame rev M beta 8 under MSVC 6.0 and
just trying to get the simplefrontend example to execute.

Gary
faultline1989@yahoo.com