mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
added space between args
This commit is contained in:
parent
4907ed2df2
commit
80b58c2d0f
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ contains
|
|||
|
||||
! Split up procs
|
||||
# ifdef PETSC
|
||||
call MPI_COMM_SPLIT(MPI_COMM_WORLD,color,0,new_comm,mpi_err)
|
||||
call MPI_COMM_SPLIT(MPI_COMM_WORLD, color, 0, new_comm, mpi_err)
|
||||
# endif
|
||||
|
||||
! assign to PETSc
|
||||
|
|
@ -43,7 +43,7 @@ contains
|
|||
PETSC_COMM_WORLD = new_comm
|
||||
|
||||
! Initialize PETSc on all procs
|
||||
call PetscInitialize(PETSC_NULL_CHARACTER,mpi_err)
|
||||
call PetscInitialize(PETSC_NULL_CHARACTER, mpi_err)
|
||||
# endif
|
||||
|
||||
! Initialize timers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue