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 d32a772 commit 4ca47c3
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, cellLoc=cellLoc)
& gpLoc=gpLoc, cellLoc=cellLoc)
else
call energyPacketDriver(iStar=0,n=load, grid=grid(1:nGrids), &
& gpLoc, cellLoc=cellLoc)
& gpLoc=gpLoc, cellLoc=cellLoc)
end if

call mpi_barrier(mpi_comm_world, ierr)
Expand Down

0 comments on commit 4ca47c3

Please sign in to comment.