fixed output state variable name state_variance to state_variances

This commit is contained in:
Tom Wang
2020-01-10 05:45:25 -05:00
committed by Kabir Mohammed
parent cd9e81539c
commit 4044abdd20
+2 -2
View File
@@ -61,7 +61,7 @@ output = struct('time_lapsed',[]',...
'mag_XYZ',[],...
'wind_NE',[],...
'dt',0,...
'state_variance',[],...
'state_variances',[],...
'innovations',[],...
'magFuseMethod',[]);
@@ -344,4 +344,4 @@ for index = indexStart:indexStop
end
end
end