#164 closed defect (fixed)
TOL break down Serie out = (Real 0.8)* ser ;
| Reported by: | jlaybar | Owned by: | danirus |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Kernel | Version: | 1.1.1 |
| Severity: | major | Keywords: | |
| Cc: |
Description
Serie ser = SubSer(Gaussian(0,1), y2000, y2001);
Serie out = (Real 0.8)* ser ;
TOL do not create the serie and break down when you try to grah it.
cheers
uncle james
Change History (2)
comment:1 Changed 21 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 Changed 19 years ago by
| bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000164 |
|---|
Note: See
TracTickets for help on using
tickets.

This pseudo-bug has just been resolved.
This is a problem related with explicit Type specification in implicit casting
operations.
You don't have to specify explictly the Type "Real" in: