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 7 of Ticket #672


Ignore:
Timestamp:
Apr 3, 2009, 8:26:54 AM (16 years ago)
Author:
Víctor de Buen Remiro
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #672

    • Property Status changed from new to closed
    • Property Type changed from defect to doubt
    • Property Component changed from Database to TimeAlgebra
    • Property Owner changed from Jorge to Víctor de Buen Remiro
    • Property Resolution changed from to fixed
  • Ticket #672 – Description

    initial v7  
    1 La función PutSerDat no cambia el dato cuando la serie es infinita.
     1La función {{{PutSerDat}}} no cambia el dato cuando la serie es infinita.
    22
    33Ejemplo:
     4{{{
    45Serie prueba = CalInd(Mensual,Mensual);
    56Real PutSerDat(prueba ,y2008m01d01,5);
    6 
     7}}}
    78Si la serie es finita o la serie es reasignada si cambia el dato, por ejemplo
    8 
     9{{{
    910Serie prueba = CalInd(Mensual,Mensual);
    1011Serie prueba := CalInd(Mensual,Mensual);
    1112Real PutSerDat(prueba ,y2008m01d01,5);
    12 
     13}}}
    1314Un saludo