#174 closed defect (fixed)
Serie ser_error = (a*b)*ser1 Does Not Work!
Reported by: | jlaybar | Owned by: | danirus |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | TimeSetAlgebra | Version: | 1.1.1 |
Severity: | normal | Keywords: | |
Cc: |
Description
Real a =1;
Real b =2;
Serie ser1 = Pulse( y2004m01 , Diario);
Serie ser2 = (a)*ser1;
Serie ser3 = (b)*ser1;
Serie ser_error = (a*b)*ser1; No es capaz de crearlas
Change History (3)
comment:1 Changed 21 years ago by
Status: | new → assigned |
---|---|
Summary: | Serie ser_error = (a*b)*ser1 Does Not Work! → Serie ser_error = (a*b)*ser1 Does Not Work! |
comment:2 Changed 21 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000173 |
---|---|
dependson: | → 173 |
Note: See
TracTickets for help on using
tickets.
This bug has just been patched.
Is the same solution (but not the same bug) as the one applied to bug 177.
Although I'm providing a solution for this bug, Tol Parser and Tol Evaluator have
design problems that are making necessary a reimplementation: Semantic analysis
should be done by the Evaluator, but in fact, this work is not properly done.