Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfonba committed Feb 16, 2025
1 parent 9863009 commit 1d0c2d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pre_process/m_initial_condition.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ contains
allocate (q_prim_vf(1:sys_size))
allocate (q_cons_vf(1:sys_size))

print*, proc_rank, buff_size
do i = 1, sys_size
allocate (q_prim_vf(i)%sf(-buff_size:m+buff_size, -buff_size:n + buff_size, -buff_size:p + buff_size))
allocate (q_cons_vf(i)%sf(0:m, 0:n, 0:p))
Expand Down

0 comments on commit 1d0c2d5

Please sign in to comment.