Skip to content

Commit

Permalink
Update m_start_up.fpp
Browse files Browse the repository at this point in the history
  • Loading branch information
anshgupta1234 committed Oct 28, 2024
1 parent 14f1dda commit 8b0fa8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/m_start_up.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ contains
FORM='unformatted', &
ACTION='read', &
STATUS='old')
read (2) levelset_norm%vf(0:m, 0:n, 0:p, 1:num_ibs, 3); close (2)
read (2) levelset_norm%vf(0:m, 0:n, 0:p, 1:num_ibs, 1:3); close (2)
else
call s_mpi_abort(trim(file_path)//' is missing. Exiting ...')
end if
Expand Down

0 comments on commit 8b0fa8d

Please sign in to comment.