Skip to content

Commit 6c1af56

Browse files
committed
Consider default read operators in openDataset()
@todo: should we really?
1 parent a158318 commit 6c1af56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IO/ADIOS/ADIOS2IOHandler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,7 @@ void ADIOS2IOHandlerImpl::openDataset(
11611161
* here.
11621162
*/
11631163
[[maybe_unused]] auto [operators, _] =
1164-
parseDatasetConfig(parameters, writable, varName);
1164+
parseDatasetConfig(parameters, writable, varName, readOperators);
11651165
switchAdios2VariableType<detail::DatasetOpener>(
11661166
*parameters.dtype,
11671167
this,

0 commit comments

Comments
 (0)