Skip to content

Commit

Permalink
Update src/STEMMUS_SCOPE.m
Browse files Browse the repository at this point in the history
Co-authored-by: SarahAlidoost <[email protected]>
  • Loading branch information
MostafaGomaa93 and SarahAlidoost committed Aug 15, 2024
1 parent b563ad6 commit 6cf1f50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/STEMMUS_SCOPE.m
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
% Load soil layers settings
soilLayersFile = [InputPath, 'input_soilLayThick.csv'];
if isfile(soilLayersFile)
soildata = readmatrix(soilLayersFile);
SoilLayerSettings = io.readSoilLayerSettings(soildata);
SoilLayerSettings = io.readSoilLayerSettings(soilLayersFile);
ModelSettings.R_depth = SoilLayerSettings.R_depth;
ModelSettings.Tot_Depth = SoilLayerSettings.Tot_Depth;
ModelSettings.NL = SoilLayerSettings.NL;
Expand Down

0 comments on commit 6cf1f50

Please sign in to comment.