Skip to content

Commit

Permalink
Revert "Reimplement "modifiable_attributes" parameter"
Browse files Browse the repository at this point in the history
This reverts commit f3efc99.
  • Loading branch information
franzpoeschel committed Feb 12, 2025
1 parent f3efc99 commit f6b6c26
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/IO/ADIOS/ADIOS2IOHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1049,13 +1049,6 @@ void ADIOS2IOHandlerImpl::writeAttribute(
{
return;
}
if (parameters.changesOverSteps ==
Parameter<Operation::WRITE_ATT>::ChangesOverSteps::Yes &&
m_modifiableAttributes == ModifiableAttributes::No)
{
// cannot do this
return;
}
switchType<detail::AttributeWriter>(
parameters.dtype, this, writable, parameters);
}
Expand Down

0 comments on commit f6b6c26

Please sign in to comment.