Skip to content

Commit c762fc7

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

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

0 commit comments

Comments
 (0)