Skip to content

Commit

Permalink
Update iteration_mod.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
danehkar authored Apr 30, 2021
1 parent ff90359 commit d32a772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/iteration_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -541,10 +541,10 @@ recursive subroutine iterateMC()
if (taskid < rest) then
load = load+1
call energyPacketDriver(iStar=0,n=load, grid=grid(1:nGrids), &
& gpLoc=gpLoc, cellLoc=cellLoc)
& gpLoc, cellLoc=cellLoc)
else
call energyPacketDriver(iStar=0,n=load, grid=grid(1:nGrids), &
& gpLoc=gpLoc, cellLoc=cellLoc)
& gpLoc, cellLoc=cellLoc)
end if

call mpi_barrier(mpi_comm_world, ierr)
Expand Down

0 comments on commit d32a772

Please sign in to comment.