Skip to content

Commit 0f456d3

Browse files
committed
Consider default read operators in openDataset()
@todo: should we really?
1 parent 150c272 commit 0f456d3

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
@@ -1221,7 +1221,7 @@ void ADIOS2IOHandlerImpl::openDataset(
12211221
* here.
12221222
*/
12231223
[[maybe_unused]] auto [operators, _] =
1224-
parseDatasetConfig(parameters, writable, varName);
1224+
parseDatasetConfig(parameters, writable, varName, readOperators);
12251225
switchAdios2VariableType<detail::DatasetOpener>(
12261226
*parameters.dtype,
12271227
this,

0 commit comments

Comments
 (0)