Contrib ODE vs integrate



Billinghurst, David (CALCRTS) wrote:
>> o Add a new variable to allow the user to control what
>>   value of radexpand will used in intform.
>> o Change intform so it doesn't touch radexpand, so it uses
>>   whatever the current value is.
>>     
>
> The second option seems easier to implement.  I guess we set a safe
> default and allow users to relax this if they have additional knowledge.
>   
Actually either are pretty simple.  But I'd rather not add yet another 
global variable, so the second option is it.

Also, I have fixed the infinite loop problem for Bug 1487703.  I just 
count the number of times we loop and give up after 4 tries, arbitrarily.

Ray