Skip to content

Commit 8b0fa8d

Browse files
committed
Update m_start_up.fpp
1 parent 14f1dda commit 8b0fa8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/m_start_up.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ contains
437437
FORM='unformatted', &
438438
ACTION='read', &
439439
STATUS='old')
440-
read (2) levelset_norm%vf(0:m, 0:n, 0:p, 1:num_ibs, 3); close (2)
440+
read (2) levelset_norm%vf(0:m, 0:n, 0:p, 1:num_ibs, 1:3); close (2)
441441
else
442442
call s_mpi_abort(trim(file_path)//' is missing. Exiting ...')
443443
end if

0 commit comments

Comments
 (0)