Skip to content

Commit

Permalink
revise code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystal-szj committed May 7, 2024
1 parent 1cdca8f commit 8853f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/+io/bin_to_csv.m
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function bin_to_csv(fnames, n_col, ns, options, SoilLayer)

%% water stress factor
waterStressFactor_names = {'simulation_number', 'year', 'DoY', 'soilWaterStressFactor'};
waterStressFactor_units = {'','','','-'};
waterStressFactor_units = {'', '', '', '-'};
write_output(waterStressFactor_names, waterStressFactor_units, fnames.waterStressFactor_file, n_col.waterStressFactor, ns);

%% water potential
Expand Down

0 comments on commit 8853f64

Please sign in to comment.