Skip to content

Commit

Permalink
alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinPrivitera committed Aug 30, 2024
1 parent 43c14ac commit 963c472
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -634,17 +634,17 @@ void mesh_blueprint_save(const Node &data,
else
{
#ifdef ASCENT_MPI_ENABLED
MPI_Comm mpi_comm = MPI_Comm_f2c(Workspace::default_mpi_comm());
conduit::relay::mpi::io::blueprint::save_mesh(data,
path,
file_protocol,
opts,
mpi_comm);
MPI_Comm mpi_comm = MPI_Comm_f2c(Workspace::default_mpi_comm());
conduit::relay::mpi::io::blueprint::save_mesh(data,
path,
file_protocol,
opts,
mpi_comm);
#else
conduit::relay::io::blueprint::save_mesh(data,
path,
file_protocol,
opts);
conduit::relay::io::blueprint::save_mesh(data,
path,
file_protocol,
opts);
#endif
}

Expand Down

0 comments on commit 963c472

Please sign in to comment.