mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Update src/state_point.cpp
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
c4be96e74a
commit
13c336c75d
1 changed files with 1 additions and 1 deletions
|
|
@ -646,7 +646,7 @@ write_source_bank(hid_t group_id, bool surf_src_bank)
|
|||
H5Pset_dxpl_mpio(plist, H5FD_MPIO_COLLECTIVE);
|
||||
|
||||
// Write data to file in parallel
|
||||
H5Dwrite(dset, banktype, memspace, dspace, plist, (*src_bank).data());
|
||||
H5Dwrite(dset, banktype, memspace, dspace, plist, src_bank->data());
|
||||
|
||||
// Free resources
|
||||
H5Sclose(dspace);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue