Skip to content

Commit

Permalink
silence compilation warning on Type mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
wkliao committed Dec 6, 2023
1 parent 8273a15 commit f86cf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/FLASH-IO/flash_benchmark_io.F90
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ program flash_benchmark_io
! netCDF plotfile -- corners
!---------------------------------------------------------------------------
time_begin = MPI_Wtime()
corner_io = plotfile_ncmpi_par(0,0.e0,.true.)
corner_io = plotfile_ncmpi_par(0, DBLE(0.0), .true.)
time_io(3) = MPI_Wtime() - time_begin

call report_io_performance(verbose, local_blocks, time_io, chk_io, &
Expand Down

0 comments on commit f86cf10

Please sign in to comment.