Skip to content

Commit

Permalink
Fix syntax error in J2000_to_DateTime.m
Browse files Browse the repository at this point in the history
  • Loading branch information
gmao-rreichle authored May 21, 2024
1 parent 78205c4 commit accd424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GEOSldas_App/util/shared/matlab/J2000_to_DateTime.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

for ii = 1:N

date_time = augment_date_time( J2000_seconds(ii) - J2000_sec_last ), date_time_last );
date_time = augment_date_time( J2000_seconds(ii) - J2000_sec_last, date_time_last );

yr( ii) = date_time.year ;
mm( ii) = date_time.month ;
Expand Down

0 comments on commit accd424

Please sign in to comment.