Changeset 3011 for trunk


Ignore:
Timestamp:
11/10/14 16:42:48 (9 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-7134

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Shift nominal timestamps by an amout of integration time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STGrid.cpp

    r2962 r3011  
    21052105    timeCol.put( i, time ) ;
    21062106    intervalCol.put( i, interval ) ;
     2107    if ( (i + 1) % npol_ == 0 ) {
     2108      time += interval / 86400.0;
     2109    }
    21072110  }
    21082111}
Note: See TracChangeset for help on using the changeset viewer.