Skip to content

Commit

Permalink
fix: minor bug in curl operator
Browse files Browse the repository at this point in the history
  • Loading branch information
fankiat committed Apr 27, 2023
1 parent 7ecc148 commit 84bb61c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def curl_pyst_mpi_kernel_3d(curl, field, prefactor):
# define variable for use later
ghost_size = ghost_exchange_communicator.ghost_size
# begin ghost comm.
ghost_exchange_communicator.exchange_scalar_field_init(field)
ghost_exchange_communicator.exchange_vector_field_init(field)

# crunch interior stencil
curl_pyst_kernel_3d(
Expand Down

0 comments on commit 84bb61c

Please sign in to comment.