Changeset 2790


Ignore:
Timestamp:
03/14/13 19:17:22 (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 mapExtent.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STGrid.cpp

    r2706 r2790  
    12061206  Matrix<Double> direction = directionCol_.getColumn() ;
    12071207  //os << "dirCol.nrow() = " << dirCol.nrow() << LogIO::POST ;
     1208  Vector<Double> ra( direction.row(0) ) ;
     1209  mathutil::rotateRA( ra ) ;
    12081210  minMax( xmin, xmax, direction.row( 0 ) ) ;
    12091211  minMax( ymin, ymax, direction.row( 1 ) ) ;
Note: See TracChangeset for help on using the changeset viewer.