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.

Changes between Initial Version and Version 1 of Ticket #1199


Ignore:
Timestamp:
May 7, 2011, 9:40:07 PM (14 years ago)
Author:
Jorge
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1199

    • Property Cc cperez@… palmagro@… added
  • Ticket #1199 – Description

    initial v1  
    22
    33Also is attached a test.tol
     4
     5{{{
     6Serie S1 = SubSer( CalInd( W, Daily ), y2010, y2011m12 );
     7Set Include( "VC1.C56.22_data.oza" );
     8Serie S2 = SubSer( CalInd( W, Daily ), y2010, y2011m12 );
     9Serie S3 = S2 - S1;
     10Real check = MaxS( S3 );
     11WriteLn( "check must be 0 and it is " << check );
     12}}}
     13
     14S1 is 0 as expected but S2 is 1 on every 21 of each month.
     15