Skip to content

Commit

Permalink
try more
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonRuonanWang committed Sep 7, 2020
1 parent 70131ed commit 13ca030
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions testing/adios2/engine/ssc/TestSscBaseUnlocked.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,6 @@ void Reader(const Dims &shape, const Dims &start, const Dims &count,
ASSERT_EQ(stringVar.Max(),
"sample string sample string sample string");

int i;
engine.Get(scalarInt, i);
ASSERT_EQ(i, currentStep);

VerifyData(myChars.data(), currentStep, start, count, shape,
mpiRank);
VerifyData(myUChars.data(), currentStep, start, count, shape,
Expand Down

0 comments on commit 13ca030

Please sign in to comment.