Skip to content

Commit 06d801e

Browse files
bug fix wrt storing of uncertainty of LR
1 parent 5db1224 commit 06d801e

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
@@ -1,4 +1,4 @@
1-
function [aerLR, effRes, aerLRStd] = pollyLR(aerExt, aerBsc, varargin)
1+
function [aerLR, aerLRStd, effRes] = pollyLR(aerExt, aerBsc, varargin)
22
% POLLYLR calculate aerosol lidar ratio.
33
%
44
% USAGE:

0 commit comments

Comments
 (0)