﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
160	Wrong order when decompile the TIME SET	jlaybar	danirus	"/// Always works if you change the time set to Mensual,Semanal 

TimeSet fec = Diario;
Serie at        = Gaussian(0,1, fec);


// DOES NOT WORK If you change the time set to Mensual, Semanal

TimeSet  fec = Diario;
Set Include(""C:/at.bdt"");


//  There is a problem in the order of decompile. It does not destroy the serie ""at""
//  when you change the time set and you see this error.

//---------------------------------------------------------------------------------------
Warning: ATENCIÓN: ¡¡Esta característica ha sido desaprobada!!
Existe una variable con el mismo nombre y distinto Tipo.
TimeSet fec; ha sido creado anteriormente
Puedes evitar este mensaje usando nombres únicos para las variables globales

ERROR: Variable 'fec' ya definida como ""fec""
//------------------------------------------------------------------------------------------


Cheers 
Jaime"	defect	closed	normal		Various	1.1.1	minor	fixed		
