#317 closed defect (fixed)
critical Error in tol
| Reported by: | Chakib Faghloumi | Owned by: | Víctor de Buen Remiro |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | TimeSetAlgebra | Version: | 1.1.3 |
| Severity: | blocker | Keywords: | |
| Cc: |
Description
this lines of tol code don t have the true result
TimeSet lun = Range(D(25)*M(7)*Y(1994),-2, 0);
Serie sr = CalInd(lun, Diario);
Real d = SerDat(sr, y2005);
/
Change History (6)
comment:1 Changed 20 years ago by
comment:2 Changed 20 years ago by
| Owner: | changed from danirus to Víctor de Buen Remiro |
|---|
Don't worry
Surely there is a secondly effect of recent changes on TimeSet's functionality and
it will be repaired in short.
comment:3 Changed 20 years ago by
| Status: | new → assigned |
|---|
Well, I wanted to say " ... secondary effect ... "
comment:4 Changed 20 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
This bug has been fixed.
In BTmsSuccessor::Includes and BTmsRangeSuc::Includes functions exceptional
situations was not treated, and failed handling a finite TimeSet.
comment:5 Changed 20 years ago by
-- Continuous Time --
I've verified this situation in CTimeSet and CSeries and works fine.
I'll build a test using this code.
Daniel
comment:6 Changed 19 years ago by
| bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000317 |
|---|

In version 1.1.3 Apr 29 2005 this code works correctly!!