#173 closed defect (fixed)
Serie serExp = Exp(1)*CalInd( C, Diario) does not work
| Reported by: | jlaybar | Owned by: | danirus |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | TimeSetAlgebra | Version: | 1.1.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
TOL Versión 1.1.1 Sep 29 2004 para WINDOWS
Serie ser = Exp(1)*CalInd( C, Diario) Does not work
Real a = Exp(1);
Serie ser = a*CalInd( C, Diario) Work!
cheers
Change History (6)
comment:1 Changed 21 years ago by
| Status: | new → assigned |
|---|---|
| Summary: | Serie serExp = Exp(1)*CalInd( C, Diario) does not work → Serie serExp = Exp(1)*CalInd( C, Diario) does not work |
comment:2 Changed 21 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 Changed 19 years ago by
| bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000173 |
|---|
comment:4 Changed 19 years ago by
| blocked: | → 174 |
|---|
comment:5 Changed 19 years ago by
| blocked: | → 177 |
|---|
comment:6 Changed 19 years ago by
| blocked: | → 191 |
|---|
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.