We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0b820 commit 9b64246Copy full SHA for 9b64246
src/post_process/m_data_input.f90
@@ -392,7 +392,7 @@ subroutine s_read_parallel_data_files(t_step) ! ---------------------------
392
MPI_DOUBLE_PRECISION, status, ierr)
393
end do
394
else
395
- do i = 1, adv_idx%end
+ do i = 1, sys_size
396
var_MOK = int(i, MPI_OFFSET_KIND)
397
398
! Initial displacement to skip at beginning of file
src/simulation/m_start_up.fpp
@@ -690,7 +690,7 @@ contains
690
691
end if
692
693
694
695
696
0 commit comments