Skip to content

Commit

Permalink
BP3->BP4
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Apr 28, 2023
1 parent cac818f commit 70f330c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/adios2/toolkit/format/bp/bp4/BP4Deserializer.tcc
Original file line number Diff line number Diff line change
Expand Up @@ -603,15 +603,15 @@ void BP4Deserializer::PostDataRead(
if (endianReverse)
{
helper::Throw<std::invalid_argument>(
"Toolkit", "format::bp::BP3Deserializer", "PostDataRead",
"Toolkit", "format::bp::BP4Deserializer", "PostDataRead",
"endianReverse "
"not supported with MemorySelection");
}

if (m_ReverseDimensions)
{
helper::Throw<std::invalid_argument>(
"Toolkit", "format::bp::BP3Deserializer", "PostDataRead",
"Toolkit", "format::bp::BP4Deserializer", "PostDataRead",
"ReverseDimensions not supported with "
"MemorySelection");
}
Expand Down

0 comments on commit 70f330c

Please sign in to comment.