Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guj committed Aug 1, 2024
1 parent 6340aea commit 215c9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IO/ADIOS/ADIOS2IOHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2041,7 +2041,7 @@ namespace detail
{
adios2::Dims cc;
cc.assign(shape.begin(), shape.end());
cc[joined_dim.value()] = var.ShapeID()[joined_dim.value()];
cc[joined_dim.value()] = var.Shape()[joined_dim.value()];
var.SetShape(cc);
}
else
Expand Down

0 comments on commit 215c9c6

Please sign in to comment.