Skip to content

Commit

Permalink
for gfortran change i to i8
Browse files Browse the repository at this point in the history
  • Loading branch information
Trovemaster committed May 22, 2024
1 parent d9f0c2e commit 6768d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perturbation.f90
Original file line number Diff line number Diff line change
Expand Up @@ -17618,7 +17618,7 @@ subroutine write_divided_slice(islice,name,suffix,N,field)
!
return
!
123 write(out,"('write_divided_slice error, size of field = ',i)") size(field)
123 write(out,"('write_divided_slice error, size of field = ',i8)") size(field)
!
stop 'write_divided_slice error, overflows record?'
!
Expand Down

0 comments on commit 6768d3e

Please sign in to comment.