Skip to content

Commit

Permalink
Update ADBSatFcn.m
Browse files Browse the repository at this point in the history
Correct deg/rad input convention.
  • Loading branch information
nhcrisp committed Feb 14, 2023
1 parent 9e19155 commit e311c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ADBSatFcn.m
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@
%param_eq.Vw = sqrt(pi.*Rmean.*param_eq.Tw/2); % Average velocity of the reflected diffuse molecules

% Calculate Interactions
pathOut = calc_coeff(modPath, resPath, deg2rad(aoa_rad), deg2rad(aos_rad), param_eq, flag_shadow, flag_solar, del, verb);
pathOut = calc_coeff(modPath, resPath, deg2rad(aoa_deg), deg2rad(aos_deg), param_eq, flag_shadow, flag_solar, del, verb);

%------------- END OF CODE --------------

0 comments on commit e311c08

Please sign in to comment.