File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ namespace openPMD
3030/* * Construct an appropriate specific IOHandler for the desired IO mode that may
3131 be MPI-aware.
3232 *
33+ * @param initialize_from Optionally initialize the IOHandler from a previous
34+ * interim IOHandler which to replace with the handler now
35+ * being initialized.
3336 * @param path Path to root folder for all operations associated with
3437 the desired handler.
3538 * @param access Access mode describing desired operations and
@@ -59,6 +62,9 @@ std::unique_ptr<AbstractIOHandler> createIOHandler(
5962
6063/* * Construct an appropriate specific IOHandler for the desired IO mode.
6164 *
65+ * @param initialize_from Optionally initialize the IOHandler from a previous
66+ * interim IOHandler which to replace with the handler now
67+ * being initialized.
6268 * @param path Path to root folder for all operations associated with
6369 * the desired handler.
6470 * @param access Access describing desired operations and permissions
You can’t perform that action at this time.
0 commit comments