Skip to content

Commit

Permalink
Attempt fix of utils (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Oct 7, 2024
1 parent 02ab906 commit 53b4572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/src/include/utils.f90
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module utils

type :: AnswerT
integer(i18t) :: int_value
character(len=ANSWERT_STR_SIZE), allocatable :: string_value
character(len=ANSWERT_STR_SIZE) :: string_value
integer(i1t) :: type
end type AnswerT

Expand Down

0 comments on commit 53b4572

Please sign in to comment.