﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
110	TimeSet Crack in succesor and intersection (Non progressive TimeSet?)	request	Víctor de Buen Remiro	"// TimeSet Crack in succesor and intersection (Non progressive TimeSet?)

TimeSet tmsSuc = Succ(Easter, 2, WD(1)); // Tol Objects -> View timeset Works

TimeSet tmsA22 = D(22) * M(4); // Tol Objects -> View timeset Works

TimeSet tmsInt = tmsSuc * tmsA22; // Tol Objects -> View timeset CRACK


// TimeSet previous ocurrence: 1974/04/22
// TimeSet next ocurrence:     1047/04/22

// Other test
Serie   serSuc = CalVar(tmsSuc, Monthly);
Real    sumSuc = SumS(serSuc, y2000, y2005);
Set     View([[sumSuc]], """"); 

// Error message, I do not know if is correct.
// The cualifier <Non progressive TimeSet> is dificult to understand
// 
// ERROR: Non progressive TimeSet. Successor of 2.00005e+007 cannot be
//        2.00005e+007
//      Calculations will be interrumped.

/* Crack
Serie   serInt = CalVar(tmsInt, Monthly);
Real    sumInt = SumS(serInt, y2000, y2005);
Set     View([[sumInt]], """"); // CRACK
*/"	defect	closed	normal		TimeSetAlgebra	head	blocker	fixed		
