Skip to content

Commit

Permalink
clang format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Heinrich-BR committed Jul 16, 2024
1 parent 19c5d2e commit a75e2df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/io/outputs.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ class Outputs : public platypus::NamedFieldsMap<mfem::DataCollection>
}

// Write out summary of last timestep to console
void WriteConsoleSummary(int _my_rank, double t)
{
}
void WriteConsoleSummary(int _my_rank, double t) {}

// Initialize GLVis sockets and fields
void InitializeGLVis(int _my_rank)
Expand Down

0 comments on commit a75e2df

Please sign in to comment.