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

Closed 20 years ago

Last modified 18 years ago

#225 closed defect (fixed)

Maybe a collateral damage in PutDescription with the new overload property

Reported by: César Pérez Álvarez Owned by: danirus
Priority: high Milestone:
Component: Various Version: head
Severity: major Keywords:
Cc:

Description

I think that with this code, maybe, we have the first collateral damage that Daniel
Rus adviced to us.
I don't know why this error occurs.

When we compile this code:

Serie IDelta(Serie Ser)

{

DifEq(1/(1-B), Ser, 0)

};

PutDescription("
Calcula la serie resultado de sumar para cada fecha su valor mas los de las
fechas anteriores.",
IDelta);

We have the following error message:
ERROR: IDelta no es una referencia de tipo Code

Warning: La función PutDescription ha fallado en :
PutDescription("
Calcula la serie resultado de sumar para cada fecha su valor mas los de las
fechas anteriores.", IDelta)

Change History (3)

comment:1 Changed 20 years ago by danirus

Status: newassigned

comment:2 Changed 20 years ago by danirus

Resolution: fixed
Status: assignedclosed

This bug has been fixed.
Yes, it's a collateral problem from last feature released.
Thanks for your quick advise.

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