Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Reeve <[email protected]>
  • Loading branch information
cz4rs and streeve authored Oct 9, 2024
1 parent 7334d3b commit 89f2b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion input/in.lb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Example using Lennard-Jones potential
# Example for exercising load balancing (not intended to be physical)

units lj
atom_style atomic
Expand Down
2 changes: 1 addition & 1 deletion src/cabanamd_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ void CbnMD<t_System, t_Neighbor>::print_summary( std::ofstream &out, int step,
{
log( out, "\n#Timestep Temperature PotE ETot Time Atomsteps/s "
#ifdef CabanaMD_ENABLE_LB
"LBImbalance Exchanged"
"LB-Imbalance MPI-Exchanged"
#endif
);
}
Expand Down

0 comments on commit 89f2b06

Please sign in to comment.