- Timestamp:
- 08/09/12 10:44:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STGrid.cpp
r2630 r2636 1541 1541 Double *wp_p = p_p ; 1542 1542 for ( uInt i = 0 ; i < nrow ; i++ ) { 1543 *wp_p = pixc[0] + ( *ww_p - center_[0] ) * decCorr_/ cellx_ ;1543 *wp_p = pixc[0] + ( *ww_p - center_[0] ) / cellx_ ; 1544 1544 wp_p++ ; 1545 1545 ww_p++ ;
Note:
See TracChangeset
for help on using the changeset viewer.