Skip to content

Commit

Permalink
incorrect generated subroutine name fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dalekopera committed Apr 9, 2024
1 parent 8f5691a commit 6f39506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decode/sifdecode.f90
Original file line number Diff line number Diff line change
Expand Up @@ -11574,7 +11574,7 @@ SUBROUTINE MAKE_elfun( input, out, outfn, outra, status, &
FIELDI( 4 )( 1 : 6 ), FIELDI( 30 )( 1 : 6 ), &
FIELDI( 18 )( 1 : 6 ), FIELDI( 31 )( 1 : 6 ), pname, TRIM( version )
ELSE IF ( realpr == 128 ) THEN
WRITE( outfn, 3004 ) FIELDI( 1 )( 1 : 5 ), &
WRITE( outfn, 3005 ) FIELDI( 1 )( 1 : 5 ), &
FIELDI( 3 )( 1 : 6 ), FIELDI( 4 )( 1 : 6 ), FIELDI( 18 )( 1 : 6 ), &
( FIELDI( i )( 1 : 6 ), i = 5, 10 ), FIELDI( 19 )( 1 : 6 ), &
FIELDI( 11 )( 1 : 6 ), ( FIELDI( i )( 1 : 6 ), i = 22, 31 ), &
Expand Down

0 comments on commit 6f39506

Please sign in to comment.