Skip to content

Commit 9c1b265

Browse files
committed
Consider default read operators in openDataset()
@todo: should we really?
1 parent c007e41 commit 9c1b265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IO/ADIOS/ADIOS2IOHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ void ADIOS2IOHandlerImpl::openDataset(
12221222
* here.
12231223
*/
12241224
[[maybe_unused]] auto [operators, _] =
1225-
parseDatasetConfig(parameters, writable, varName);
1225+
parseDatasetConfig(parameters, writable, varName, readOperators);
12261226
switchAdios2VariableType<detail::DatasetOpener>(
12271227
*parameters.dtype,
12281228
this,

0 commit comments

Comments
 (0)