Skip to content

Commit 210f9b2

Browse files
committed
fixed missing variable output.
1 parent b4f3e9a commit 210f9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json_file_module.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ subroutine wrap_json_file_variable_info(me,path,found,var_type,n_children,name)
688688
integer(IK),intent(out),optional :: n_children
689689
character(kind=CK,len=:),allocatable,intent(out),optional :: name !! variable name
690690

691-
call me%info(to_unicode(path),found,var_type,n_children)
691+
call me%info(to_unicode(path),found,var_type,n_children,name)
692692

693693
end subroutine wrap_json_file_variable_info
694694
!*****************************************************************************************

0 commit comments

Comments
 (0)