Skip to content

Commit

Permalink
conflicts resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Vasudeo Desai committed Jul 12, 2024
2 parents 0a1f86e + 71e40fa commit a4e2ae9
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 */
.alt = (alt < 0 ? (int)(alt - 0.5) : (int)(alt + 0.5)),
.vis = (int)(vis + 0.5)
Expand Down

0 comments on commit a4e2ae9

Please sign in to comment.