close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Ticket #1199: test.tol

File test.tol, 249 bytes (added by Jorge, 14 years ago)
Line 
1Serie S1 = SubSer( CalInd( W, Daily ), y2010, y2011m12 );
2Set Include( "VC1.C56.22_data.oza" );
3Serie S2 = SubSer( CalInd( W, Daily ), y2010, y2011m12 );
4Serie S3 = S2 - S1;
5Real check = MaxS( S3 );
6WriteLn( "check must be 0 and it is " << check );