Skip to content

Commit

Permalink
remove unused code in diags
Browse files Browse the repository at this point in the history
  • Loading branch information
baperry2 committed Sep 13, 2023
1 parent a7364cb commit 9d292ac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Source/PeleLMDiagnostics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ PeleLM::doDiagnostics()
}
}

Vector<std::string> stateNames;
for (std::list<std::tuple<int,std::string>>::const_iterator li = stateComponents.begin(),
End = stateComponents.end(); li != End; ++li) {
stateNames.push_back(get<1>(*li));
}
for (int n = 0; n < m_diagnostics.size(); ++n) {
if ( m_diagnostics[n]->doDiag(m_cur_time, m_nstep) ) {
m_diagnostics[n]->processDiag(m_nstep, m_cur_time,
Expand Down

0 comments on commit 9d292ac

Please sign in to comment.