Skip to content

Commit

Permalink
dropped now-redundant initialization of yaml path
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Mar 28, 2024
1 parent 12346d3 commit 2f848ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fabm.F90
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,6 @@ function fabm_create_model(path, initialize, settings, unit) result(model)
call fabm_initialize_library()

allocate(model)
model%root%parameters%path = ''
model%root%couplings%path = ''
if (present(settings)) then
call model%settings%take_values(settings)
else
Expand Down

0 comments on commit 2f848ca

Please sign in to comment.