On 9 July 2012 16:35, Gene Heskett <[email protected]> wrote:

> After it failed, I put some (debug, print vars) in
> it and found it seems to be prematurely exiting that first 'while' when the
> x_dec var is still around .020".

Not here. It runs through the while loop until x_div = 15, so that
looks like 15 iterations of the loop.

Incidentally, I suspect you could get the same result using the FUP[] function:
#<_x_div> = [ FUP[ #<_total_cut> / 0.015 ]]
#<_x_dec> = [#<_total_cut> / #<_x_div>]

-- 
atp
If you can't fix it, you don't own it.
http://www.ifixit.com/Manifesto

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to