error break: rtest_integrate



 On 9/27/10 1:01 PM, Barton Willis wrote:
> Oh, I figured it out, I think.  In rest_integrate, there is a source code 
> comment with a 
> non-asci character.  Changing the comment to 
>
> /* ----- Involving 
> (a+b*%e^(c*z))^a---------------------------------------- */
Nice catch!  According to emacs, that non-ascii character is the Unicode
character superscript-minus, so I guess the comment is supposed to read
(a+b*%e^(c*z))^(-n).

Ray