Skip to content

Commit

Permalink
fixed string sizes for variables cVal and vString to avoid GFortran w…
Browse files Browse the repository at this point in the history
…arning messages -Wstringop-overflow=
  • Loading branch information
pvelissariou1 committed Jul 4, 2022
1 parent ac45a59 commit 328cb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities.F90
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ INTEGER FUNCTION ParseLine(inpLine, outLine, keyWord, nVal, cVal, rVal) RESULT(m
INTEGER :: lEnd, lEns, lStr, lVal, nMul, sChar
INTEGER :: copies, i, ic, ie, ierr, is, j, status
INTEGER, DIMENSION(20) :: iMul
CHARACTER(LEN=256) :: vString, string
CHARACTER(LEN=512) :: vString, string
CHARACTER(LEN=LEN(inpLine)) :: line
INTEGER :: lenLine

Expand Down

0 comments on commit 328cb87

Please sign in to comment.