We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e4492 commit 87f2017Copy full SHA for 87f2017
1 file changed
src/ad/ADParser.cpp
@@ -119,7 +119,7 @@ void ADParser::update_attributes() {
119
//Clear metadata even if only updating attributes once, otherwise it will never be cleared!
120
m_new_metadata.clear(); //clear all previously seen metadata
121
122
- if ( (m_engineType == "BPFile" || m_engineType == "BP4") && m_attr_once) return;
+ if ( m_engineType == "BPFile" && m_attr_once) return;
123
124
const std::map<std::string, adios2::Params> attributes = m_io.AvailableAttributes(); //adios2::Params is an alias to std::map<std::string,std::string>
125
verboseStream << "ADParser::update_attributes: rank " << m_rank << " got attributes" << std::endl;
0 commit comments