Skip to content
Snippets Groups Projects
Commit b413b8e8 authored by Holger Grosshans's avatar Holger Grosshans
Browse files

modified: bc.f90

parent d0f6e307
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,7 @@
real(kind=pr) :: myvar(ii,jj,ll)
integer :: m
call sync(myvar) ! between procs through the sync routines
if (bcx.eq.'w') then
if (myid.eq.0) then
do 1 m=1,gc
......@@ -128,7 +129,7 @@
2 enddo
endif
elseif (bcx.eq.'p') then
call sync(myvar) ! done through the sync routines
! between procs through the sync routines
elseif (bcx.eq.'i') then
if (myid.eq.0) then
do 7 m=1,gc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment