Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorbert committed Jun 3, 2023
1 parent 0fc7370 commit db0906a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/useCases/ensembleRead/ensembleRead.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@ int main(int argc, char *argv[])

/* "Open" data by passing metadata to the adios engine */
auto now = Now();
adios2::Engine reader = reader =
io.Open(fname, fileMetadata, fileMetadataSize);
adios2::Engine reader = io.Open(fname, fileMetadata, fileMetadataSize);
Seconds opentime = Now() - now;
free(fileMetadata);

Expand Down

0 comments on commit db0906a

Please sign in to comment.