Skip to content

Commit

Permalink
[Samples] Fix warning in Fortran 77 sample
Browse files Browse the repository at this point in the history
gfortran 7.4 complains about "rank mismatch" in implicit ickwrk and rckwrk
variables.
  • Loading branch information
speth committed Dec 20, 2019
1 parent 51daa89 commit 1e59dbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/f77/ctlib.f
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ program ctck

subroutine ctindx(ickwrk, rckwrk, mm, kk, ii)
implicit double precision (a-h,o-z)
integer ickwrk(*)
double precision rckwrk(*)
mm = nElements()
kk = nSpecies()
ii = nReactions()
Expand Down

0 comments on commit 1e59dbd

Please sign in to comment.