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 18 years ago

Closed 18 years ago

Last modified 18 years ago

#454 closed defect (fixed)

Mysterious error message

Reported by: César Pérez Álvarez Owned by: Víctor de Buen Remiro
Priority: lowest Milestone:
Component: Various Version: 1.1.4
Severity: minor Keywords:
Cc:

Description

If we try with this code:


Set Rebaja = Range(10,60,10);

Set Distribucion = EvalSet(Rebaja, Set(Real reb)
{

Set dist = For(0,100, Real(Real venta)
{

Real distVen = DensNormal(venta, 50+50*Exp(reb)/(1+Exp(reb)),10);
SetOfReal(venta, distVen)

});
dist

});

We have a "mysterious" error message.


ERROR: [22] SetOfReal no es un operador de tipo Real

ERROR: [23] Fallo en la función ""

ERROR: [24] þÿÿÿç¿ZÒä1Xø#

ERROR: [25] SetOfReal no es un operador de tipo Real

ERROR: [26] Fallo en la función ""

ERROR: [27] þÿÿÿç¿ZÒä1(74

ERROR: [28] SetOfReal no es un operador de tipo Real

ERROR: [29] Fallo en la función ""

ERROR: [30] þÿÿÿç¿ZÒä1ˆ

ERROR: [31] SetOfReal no es un operador de tipo Real

ERROR: [32] Fallo en la función ""

ERROR: [33] þÿÿÿç¿ZÒä1(

ERROR: [34] SetOfReal no es un operador de tipo Real

ERROR: [35] Fallo en la función ""

ERROR: [36] þÿÿÿç¿ZÒä1èÒ5

ERROR: [37] SetOfReal no es un operador de tipo Real

ERROR: [38] Fallo en la función ""

ERROR: [39] þÿÿÿç¿ZÒä1ȁ5

It is clear that we have a problem in For function but the name of the error function is very strange.

Change History (3)

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

Owner: changed from danirus to Víctor de Buen Remiro

We are working about this bug
Tahnks to report it

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

Resolution: fixed
Status: newclosed

Bug has been fixed in CVS

A new test tol_tests/tol/Bugzilla/bug_000454 has been added

comment:3 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_000454
Note: See TracTickets for help on using tickets.