Skip to content

Commit

Permalink
Merge pull request #3 from compas/jg/hf_OF_declaration
Browse files Browse the repository at this point in the history
HF -- OF() array dimension fix
  • Loading branch information
jongrumer authored Jun 8, 2022
2 parents 2fb100c + 6fa492f commit cd45fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/hf.f
Original file line number Diff line number Diff line change
Expand Up @@ -3046,7 +3046,7 @@ SUBROUTINE REFORM(STR1,STR2)
* iterated appear last in the list.
*
SUBROUTINE REORD(OF, ELC, NWF, IERR)
CHARACTER*3 OF(30), ELC
CHARACTER*3 OF(NWFD), ELC
*
IERR = 1
CALL EPTR(OF, ELC, I, *99)
Expand Down

0 comments on commit cd45fec

Please sign in to comment.