Skip to content

Commit 4e49a75

Browse files
Update pollyLR.m
1 parent 06d801e commit 4e49a75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/retrievals/pollyLR.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@
8282
aerBscStd = p.Results.aerBscStd;
8383
end
8484

85-
aerLRStd = aerLR .* sqrt(aerExtStd.^2 ./ aerExt.^2 + aerBscStd.^2 ./ aerBsc.^2);
85+
aerLRStd = real(aerLR .* sqrt(aerExtStd.^2 ./ aerExt.^2 + aerBscStd.^2 ./ aerBsc.^2));
8686

8787
end

0 commit comments

Comments
 (0)