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 4e41d99 commit 621fe39
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 @@ -205,7 +205,6 @@ class TICache {
struct RBitem set_alt_vis(double alt, double vis)
{
struct RBitem rbitem = {};

/* 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);
Expand Down

0 comments on commit 621fe39

Please sign in to comment.