﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
236	Range works bad	imendez	danirus	"In this code:

////////////////////////////////////////////////////////////
TimeSet CtIniNav = Succ(M(12)*D(24), -1, WD(6));
TimeSet CtFinNav = Range(CtIniNav, 0, 22);
Real bel = Belong(y2005m12d18, CtFinNav);
////////////////////////////////////////////////////////////

date y2005m12d18 doesn´t belong to 'CtFinNav' ('bel' is 0, instead of 1). It 
happens when December 17th. belongs to 'CtIniNav' (1983, 1988, 1994, 2005, 
2011...). But, curiously, if we define December 17th. in other way:

////////////////////////////////////////////////////////////
TimeSet Dic17 = Succ(D(18)*M(12), -1, Diario);
TimeSet CtFinNav = Range(Dic17, 0, 22);
Real bel = Belong(y2005m12d18, CtFinNav);
////////////////////////////////////////////////////////////

'bel' takes a rigth value.

Regards."	defect	closed	normal		TimeSetAlgebra	1.1.2	normal	fixed		
