Changeset 2692


Ignore:
Timestamp:
12/10/12 18:50:07 (11 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

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

Bug fix on cell size determination when only number of pixels is specified.
Declination correction is considered.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STGrid.cpp

    r2688 r2692  
    11661166        wy = 0.00290888 ;
    11671167      }
    1168       qcellx = Quantum<Double>( wx/nx_, "rad" ) ;
     1168      qcellx = Quantum<Double>( wx/nx_*cos(center_[1]), "rad" ) ;
    11691169      qcelly = Quantum<Double>( wy/ny_, "rad" ) ;
    11701170    }
Note: See TracChangeset for help on using the changeset viewer.