Skip to content

Commit

Permalink
Bugfix: rocm/flang compiler doesn't like some case statements try 3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-platt committed Jan 28, 2025
1 parent 9b813ed commit 1611d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nwtc-library/src/NWTC_IO.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2151,7 +2151,7 @@ SUBROUTINE GetWords ( Line, Words, NumWords, NumFound, IgnoreQuotes )
end if

! Add character to word
Words(iWord)(iChar:iChar) = Char
Words(iWord)(iChar:iChar) = Line(i:i)

end do

Expand Down

0 comments on commit 1611d27

Please sign in to comment.