close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 21 years ago

Closed 21 years ago

Last modified 18 years ago

#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 danirus

Resolution: fixed
Status: newclosed

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:


Serie out = ser * (Real 0.8);


comment:2 Changed 18 years ago by Víctor de Buen Remiro

bug_file_loc: http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000164
Note: See TracTickets for help on using tickets.