Skip to content

Commit

Permalink
nonsense commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonRuonanWang committed Mar 24, 2022
1 parent 4438ae6 commit c14df13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/adios2/engine/dataman/TestDataMan1D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void GenData(std::vector<T> &data, const size_t step)
{
for (size_t i = 0; i < data.size(); ++i)
{
data[i] = i + 10000 + step * 100;
data[i] = i + 10000 + step * 101;
}
}

Expand Down

0 comments on commit c14df13

Please sign in to comment.