Skip to content

Commit 5b40ed1

Browse files
committed
format
1 parent f25a5f2 commit 5b40ed1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/post_process/m_data_input.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ impure subroutine s_read_parallel_data_files(t_step)
432432
offset = 0
433433
call MPI_FILE_SET_VIEW(ifile, offset, mpi_p, filetype, 'native', mpi_info_int, ierr)
434434

435-
436435
call MPI_FILE_READ(ifile, z_cb_glb, data_size, mpi_p, status, ierr)
437436
call MPI_FILE_CLOSE(ifile, ierr)
438437
else

0 commit comments

Comments
 (0)