From 3084df871e1c400f98dbd52171c1df8b76371a83 Mon Sep 17 00:00:00 2001 From: ShubhamDesai <42180509+ShubhamDesai@users.noreply.github.com> Date: Fri, 12 Jul 2024 13:01:21 -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 877204f85c9..194b636210c 100644 --- a/imagery/i.atcorr/main.cpp +++ b/imagery/i.atcorr/main.cpp @@ -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; }