Skip to content

Commit d819498

Browse files
authored
Update init_routines.f
1 parent 6d6c62a commit d819498

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Routing/SourceCode/init_routines.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ SUBROUTINE CREATE_VIC_NAMES( JLOC, ILOC, EXTEN, CLEN, DPREC )
3636
CHARACTER*20 EXTEN
3737
REAL JLOC, ILOC
3838
INTEGER NSPACE, CLEN, CLEN_OLD, DPREC, I
39-
WRITE(JICHAR(1),'(F10.5)')JLOC
40-
WRITE(JICHAR(2),'(F10.5)')ILOC
39+
WRITE(JICHAR(1),'(F10.5)')ILOC
40+
WRITE(JICHAR(2),'(F10.5)')JLOC
4141
CLEN_OLD=1
4242
DO I=1,2
4343
NSPACE=1

0 commit comments

Comments
 (0)