﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
225	Maybe a collateral damage in PutDescription with the new overload property	César Pérez Álvarez	danirus	"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)"	defect	closed	high		Various	head	major	fixed		
