Skip to content

Commit

Permalink
Change latitude
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Henry Colligan IV committed Jun 16, 2020
1 parent 694c2cf commit 7cc0b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runFile.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
lowerCutOffAltitude = 12000; % Altitude where you want to start analysis
upperCutOffAltitude = 40000; % Altitude where you want to end analysis -
% a value of 40000 will go to the highest point in the profile.
latitude = 30.250; % Latitude of launch location.
latitude = 45; % Latitude of launch location.
heightSamplingFrequency = 5;
printData = true;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down

0 comments on commit 7cc0b0d

Please sign in to comment.