#234 closed defect (fixed)
Struct St ( Polyn a) fails evaluating polynomies (V 1.1.2 Jan 13 2005 for WINDOWS)
Reported by: | jlaybar | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Kernel | Version: | 1.1.2 |
Severity: | normal | Keywords: | TOL |
Cc: |
Description
Struct St ( Polyn a);
FAIL
Set conj1 = SetOfSet(
St( -1), Fail -- Its return 1 instead of -1
St( 2)
) ;
Works
Set conj2 = SetOfSet(
St( Polyn -1),
St( Polyn 2)
) ;
FAIL ( Return a different error meassege )
Set conj3 = SetOfSet(
St( -1),
St( 2),
St( 1-B)
) ;
Cheers
Uncle James
Change History (4)
comment:1 Changed 20 years ago by
Component: | TOL-tcl → ENGINE_Evaluator |
---|---|
Keywords: | TOL added; Tol-Base removed |
Owner: | changed from Jorge to danirus |
product: | Tol-Base → TOL |
Version: | cvs-snapshot → 1.1.2 (snapshot) |
comment:2 Changed 18 years ago by
Owner: | changed from danirus to Víctor de Buen Remiro |
---|
comment:3 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000234 |
---|
Note: See
TracTickets for help on using
tickets.
Bug has been fixed in CVS
A new test tol_tests/tol/Bugzilla/bug_000234 has been added
Thanks to report it