Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brryan committed Nov 13, 2024
1 parent 37929e9 commit cf15871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/outputs/history.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ void HistoryOutput::WriteOutputFile(Mesh *pm, ParameterInput *pin, SimTime *tm,

// Loop over all packages of the application in alphabetical order
std::vector<std::string> keys;
for (const auto& pair : packages) {
keys.push_back(pair.first);
for (const auto &pair : packages) {
keys.push_back(pair.first);
}
std::sort(keys.begin(), keys.end());
for (const auto &key : keys) {
Expand Down

0 comments on commit cf15871

Please sign in to comment.