additional documentation, make name changes more consistent

This commit is contained in:
Gavin Ridley 2021-05-08 18:50:24 -04:00
parent 50d0430496
commit a4b879ae11
9 changed files with 45 additions and 18 deletions

View file

@ -151,8 +151,8 @@ void initialize_mpi(MPI_Comm intracomm)
int blocks[] {3, 3, 1, 1, 1, 1, 1, 1, 1};
MPI_Datatype types[] {MPI_DOUBLE, MPI_DOUBLE, MPI_DOUBLE, MPI_DOUBLE, MPI_INT, MPI_INT, MPI_INT, MPI_LONG, MPI_LONG};
MPI_Type_create_struct(9, blocks, disp, types, &mpi::bank);
MPI_Type_commit(&mpi::bank);
MPI_Type_create_struct(9, blocks, disp, types, &mpi::source_site);
MPI_Type_commit(&mpi::source_site);
}
#endif // OPENMC_MPI