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 Jan 9, 2020
1 parent a6fcacc commit f829d25
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 f829d25

Please sign in to comment.