#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
Status: | new → assigned |
---|
comment:2 Changed 20 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000225 |
---|
This bug has been fixed.
Yes, it's a collateral problem from last feature released.
Thanks for your quick advise.