Changeset 2422


Ignore:
Timestamp:
03/04/12 21:37:06 (12 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-2816

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

DEC correction.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STGrid.cpp

    r2418 r2422  
    11161116  }
    11171117  cellx_ = qcellx.getValue( "rad" ) ;
     1118  // DEC correction
     1119  cellx_ /= cos( center_[1] ) ;
    11181120  celly_ = qcelly.getValue( "rad" ) ;
     1121  //os << "cellx_=" << cellx_ << ", celly_=" << celly_ << ", cos("<<center_(1)<<")=" << cos(center_(1)) << LogIO::POST ;
    11191122  if ( nx_ < 0 ) {
    11201123    if ( wx == 0.0 ) {
Note: See TracChangeset for help on using the changeset viewer.