#232 closed defect (fixed)
Polyn d = 1; Real bin = (Polyn 1 == Polyn d) ; Does not work ersión 1.1.2 Jan 13 2005 for WINDOWS
Reported by: | jlaybar | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Kernel | Version: | head |
Severity: | normal | Keywords: | TOL |
Cc: |
Description
This code does not work. It seems as if [ == ] is always expecting a Real number
Polyn d = 1;
Real bin = (Polyn 1 == Polyn d) ; fail
Real bin1 = d == (Polyn 1) ; ok
Real bin2 = d == (1); fail
Real bin3 = d == 1 ; fail
Real bin4 = 1 == d ; fail
Real bin5 = (Polyn 1) == (Polyn d) oK
Cheers
Uncle James
Change History (5)
comment:1 Changed 20 years ago by
Component: | TOL-tcl → ENGINE_Evaluator |
---|---|
Keywords: | TOL added; Tol-Base removed |
product: | Tol-Base → TOL |
Summary: | Polyn d = 1; Real bin = (Polyn 1 == Polyn d) ; Does not work ersión 1.1.2 Jan 13 2005 for WINDOWS → Polyn d = 1; Real bin = (Polyn 1 == Polyn d) ; Does not work ersión 1.1.2 Jan 13 2005 for WINDOWS |
Version: | cvs-snapshot → cvs |
comment:2 Changed 20 years ago by
Owner: | changed from Jorge to danirus |
---|
comment:3 Changed 18 years ago by
Owner: | changed from danirus to Víctor de Buen Remiro |
---|
comment:4 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Bug has been fixed in CVS
A new test tol_tests/tol/Bugzilla/bug_000232 has been added
Thanks to report it
comment:5 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000232 |
---|
this a bug in TOL