Skip to content

Commit

Permalink
more attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonRuonanWang committed Mar 24, 2022
1 parent 004d20d commit 4438ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/adios2/engine/bp/operations/TestBPWriteReadSZ.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ void SZAccuracy2DSmallSel(const std::string accuracy)
const size_t Ny = 5;

// Number of steps
const size_t NSteps = 1;
const size_t NSteps = 5000;

std::vector<float> r32s = {0.00, 0.01, 0.02, 0.03, 0.04, 0.05, 0.06,
0.07, 0.08, 0.09, 0.10, 0.11, 0.12, 0.13,
Expand Down

0 comments on commit 4438ae6

Please sign in to comment.