Skip to content

Commit

Permalink
Update wod_build.m
Browse files Browse the repository at this point in the history
  • Loading branch information
lnferris committed Oct 27, 2020
1 parent a039026 commit b61994e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocean_data_tools/wod_build.m
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
is_matrix = sz1(1,:)~=1;

% load data into structured array
wod.stn = NaN(1,prof_dim);
wod.stn = 1:prof_dim;
for var = 1:var_dim
variable = variable_list{var};
if is_matrix(var)
Expand Down

0 comments on commit b61994e

Please sign in to comment.