Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion atsp_src/HF.f
Original file line number Diff line number Diff line change
Expand Up @@ -3050,7 +3050,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