﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
179	Real out2 =!fun(0)+!fun(1)+!fun(0);   Error!!	jlaybar	danirus	"I don´t  know  where is the problem becouse the function is an Real objetc.
It seems that TOL is unable to evaluate the code.

Real fun(Real x) { And(x) };

Real x1 = !fun(0);
Real x2 = !fun(1);
Real x3 = !fun(0);

Real out  = x1+x2+x3;
Real out2 =!fun(0)+!fun(1)+!fun(0);  // ERROR !!!!!!


cheers!!

James LAybar"	defect	closed	normal		Kernel	1.1.1	normal	fixed		
