Loading testing/adios2/engine/staging-common/TestStagingMPMD.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ public: while (true) { adios2::StepStatus status = reader.BeginStep(adios2::StepMode::NextAvailable, 60.0f); reader.BeginStep(adios2::StepMode::NextAvailable); if (status != adios2::StepStatus::OK) { break; Loading Loading
testing/adios2/engine/staging-common/TestStagingMPMD.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ public: while (true) { adios2::StepStatus status = reader.BeginStep(adios2::StepMode::NextAvailable, 60.0f); reader.BeginStep(adios2::StepMode::NextAvailable); if (status != adios2::StepStatus::OK) { break; Loading