﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1199	CalInd( W, ...) corrupted	Jorge	Víctor de Buen Remiro	"Attached is an oza file that corrupt the behaviour of CalInd( W, Daily).

Also is attached a test.tol

{{{
Serie S1 = SubSer( CalInd( W, Daily ), y2010, y2011m12 );
Set Include( ""VC1.C56.22_data.oza"" );
Serie S2 = SubSer( CalInd( W, Daily ), y2010, y2011m12 );
Serie S3 = S2 - S1;
Real check = MaxS( S3 );
WriteLn( ""check must be 0 and it is "" << check );
}}}

S1 is 0 as expected but S2 is 1 on every 21 of each month.

"	defect	closed	highest	Mantainance	TimeAlgebra	2.0.1	blocker	fixed	CalInd	cperez@… palmagro@…
