Skip to content

Commit

Permalink
clang-format after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonRuonanWang committed Feb 5, 2022
1 parent dcaf25e commit 4e660ad
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions source/adios2/engine/bp5/BP5Reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -589,16 +589,17 @@ void BP5Reader::InitBuffer(const TimePoint &timeoutInstant,
helper::Throw<std::ios_base::failure>(
"Engine", "BP5Reader", "InitBuffer",
"File " + m_Name +
" was found with an index file but md.0 "
"has not contained enough data within "
"the specified timeout of " +
std::to_string(timeoutSeconds.count()) +
" seconds. index size = " + std::to_string(newIdxSize) +
" metadata size = " + std::to_string(actualFileSize) +
" expected size = " + std::to_string(expectedMinFileSize) +
". One reason could be if the reader finds old data "
"while "
"the writer is creating the new files.");
" was found with an index file but md.0 "
"has not contained enough data within "
"the specified timeout of " +
std::to_string(timeoutSeconds.count()) +
" seconds. index size = " + std::to_string(newIdxSize) +
" metadata size = " + std::to_string(actualFileSize) +
" expected size = " +
std::to_string(expectedMinFileSize) +
". One reason could be if the reader finds old data "
"while "
"the writer is creating the new files.");
}
}

Expand Down

0 comments on commit 4e660ad

Please sign in to comment.