On Sun, 29 Nov 2009, Davor Horvatic wrote:
OK, I figured out the correct code, so please confirm that I
interpret
correctly.
Restriction criteria has to be written as
scalar check = (alpha>0) && (beta>0)
or in my case as
scalar check = (alpha>0) && (beta>0) && (gamma1>0)
Yes, that is correct.
Allin Cottrell