- Timestamp:
- 03/04/12 21:37:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STGrid.cpp
r2418 r2422 1116 1116 } 1117 1117 cellx_ = qcellx.getValue( "rad" ) ; 1118 // DEC correction 1119 cellx_ /= cos( center_[1] ) ; 1118 1120 celly_ = qcelly.getValue( "rad" ) ; 1121 //os << "cellx_=" << cellx_ << ", celly_=" << celly_ << ", cos("<<center_(1)<<")=" << cos(center_(1)) << LogIO::POST ; 1119 1122 if ( nx_ < 0 ) { 1120 1123 if ( wx == 0.0 ) {
Note:
See TracChangeset
for help on using the changeset viewer.