Changeset 2894 for trunk/src


Ignore:
Timestamp:
01/31/14 19:07:26 (10 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-6121

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...

Fix for latitude inversion.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STGrid.cpp

    r2868 r2894  
    19921992    pix(1) = (Double)(iy);
    19931993    for ( Int ix = 0 ; ix < nx_ ; ix++ ) {
    1994       pix(0) = (Double)(nx_-1-ix);
     1994      pix(0) = (Double)(ix);
    19951995      dircoord_->toWorld(dir,pix);
    19961996      //os << "dir[" << ix << "," << iy << "]=" << dir << LogIO::POST;
Note: See TracChangeset for help on using the changeset viewer.