Skip to content

Commit

Permalink
Update imagery/i.atcorr/main.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ShubhamDesai and github-actions[bot] authored Jul 12, 2024
1 parent 621fe39 commit 3084df8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imagery/i.atcorr/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ class TICache {
/* alt and vis must be in meters */
rbitem.alt = (alt < 0 ? (int)(alt - 0.5) : (int)(alt + 0.5));
rbitem.vis = (int)(vis + 0.5);

return rbitem;
}

Expand Down

0 comments on commit 3084df8

Please sign in to comment.