Opened 21 years ago
Closed 21 years ago
#178 closed defect (duplicate)
Real out2 =!fun(0)+!fun(1)+!fun(0); Error!!
Reported by: | jlaybar | Owned by: | danirus |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Kernel | Version: | 1.1.1 |
Severity: | normal | Keywords: | |
Cc: |
Description
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
Note: See
TracTickets for help on using
tickets.
This bug is a duplicate of 179, that has just been resolved.
* This bug has been marked as a duplicate of 179 *