Skip to content

Commit

Permalink
More work on utils.f90 (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Oct 7, 2024
1 parent 7fbf205 commit cca32dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fortran/src/include/utils.f90
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ subroutine init_answers_cache()
character(len=32) :: val
character(len=4) :: id_, type_, length

cached_answers = AnswerT(0, '', errort)
do i=1, size(cached_answers)
cached_answers(i) = AnswerT(0, '', errort)
end do

call get_data_file("answers.tsv", text)
row_start = 1
Expand Down

0 comments on commit cca32dd

Please sign in to comment.