Author: glen herrmannsfeldtglen herrmannsfeldt Date: Oct 15, 2007 01:45
James Van Buskirk wrote:
(snip)
> do while(test(a,0_ik8) /= 13)
(snip)
> Reading documentation written in C into the wee hours is sure
> to damage your brain. Of course my code was incorrect Fortran.
> Could you guys just destroy C or something so this kind of thing
> never happens to anyone ever again? Thanks.
Even more fun if you actually write
while(test[a][O_ik8] /= 13)
as a while loop in C.
-- glen
|