From b39aa49f1692f2f19cb684451356eceec0e2a7b0 Mon Sep 17 00:00:00 2001 From: wfg Date: Fri, 16 Aug 2019 10:01:33 -0400 Subject: [PATCH] Changed back to avoid VS errors --- testing/adios2/performance/manyvars/manyVars.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/adios2/performance/manyvars/manyVars.cpp b/testing/adios2/performance/manyvars/manyVars.cpp index 083daa57fd..e42ebf7303 100644 --- a/testing/adios2/performance/manyvars/manyVars.cpp +++ b/testing/adios2/performance/manyvars/manyVars.cpp @@ -116,7 +116,7 @@ std::vector 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", \