Skip to content

Commit

Permalink
fix variable names in input manager
Browse files Browse the repository at this point in the history
  • Loading branch information
jornbr committed Apr 15, 2024
1 parent 528a0cc commit 5431037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extern/flexout
Submodule flexout updated 1 files
+1 −1 extern/fortran-yaml
2 changes: 1 addition & 1 deletion src/config/settings.F90
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ subroutine type_input_create(node, target, long_name, units, default, minimum, m
if (present(minimum)) target%minimum = minimum
if (present(maximum)) target%maximum = maximum
end if
path = setting%get_path()
path = setting%get_path(include_file=.false.)
target%name = path(2:len(path))
if (present(pchild)) pchild => setting

Expand Down

0 comments on commit 5431037

Please sign in to comment.