Skip to content

Commit

Permalink
Changed back to avoid VS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wfg authored and Godoy committed Aug 28, 2019
1 parent 14b3516 commit b39aa49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/adios2/performance/manyvars/manyVars.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ std::vector<RunParams> CreateRunParams()
}

#define CHECK_ARRAY(VARNAME, A, N, VALUE, STEP, BLOCK, i) \
for (size_t i = 0; i < N; i++) \
for (i = 0; i < N; i++) \
if (A[i] != VALUE) \
{ \
printE("%s[%d] step %zu block %zu: wrote %zu but read %d\n", \
Expand Down

0 comments on commit b39aa49

Please sign in to comment.