Skip to content

Commit

Permalink
Reverse change
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinholly committed Aug 15, 2024
1 parent f4e061a commit 1d10c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/dayofyear.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
% Initialize the days per month
daysPerMonth = [ ...
31; % January
30; % February
28; % February
31; % March
30; % April
31; % May
Expand Down

0 comments on commit 1d10c09

Please sign in to comment.