Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Piecewise version of loadExternalData #1494

Merged
merged 7 commits into from
Jan 24, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Small edits to comments
nselliott committed Jan 24, 2025
commit 1a6b043ae5fe32674b2bde0614d6154e5f3ba3d0
7 changes: 4 additions & 3 deletions src/axom/sidre/spio/IOManager.hpp
Original file line number Diff line number Diff line change
@@ -289,7 +289,7 @@ class IOManager
* This currently only works if the root file was created for protocol
* sidre_hdf5.
*
* The call to this must follow a call to the IOManager::read with the
* The call to this method must follow a call to the IOManager::read with the
* same group and root file.
*
* This is intended as the third step of the three step process to load
@@ -319,8 +319,9 @@ class IOManager
* to call this method. parent_group must be the same group that was
* passed to IOManager::read with the same root file.
*
* This may be called multiple times with different instances of load_group
* representing different subtrees of the hierachy under parent_group.
* This method may be called multiple times with different instances of
* load_group representing different subtrees of the hierachy under
* parent_group.
*
* \param parent_group Group that was passed to IOManager::read
* \param load_group Group holding views to be filled with external data