From 621fe3963ce7e88a4f3fe98d2736bfb79c29be71 Mon Sep 17 00:00:00 2001 From: ShubhamDesai <42180509+ShubhamDesai@users.noreply.github.com> Date: Fri, 12 Jul 2024 13:01:05 -0400 Subject: [PATCH] Update imagery/i.atcorr/main.cpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- imagery/i.atcorr/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/imagery/i.atcorr/main.cpp b/imagery/i.atcorr/main.cpp index bcae7ec8a5b..877204f85c9 100644 --- a/imagery/i.atcorr/main.cpp +++ b/imagery/i.atcorr/main.cpp @@ -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);