fix typos

This commit is contained in:
jbcouli
2023-10-25 11:17:24 -06:00
parent 23d4bfe198
commit ea744ac8f9
2 changed files with 5 additions and 5 deletions

View File

@ -541,10 +541,10 @@ Restrictions
Related commands
""""""""""""""""
:doc:`compute <compute>`, :doc:`fix ave/atom <fix_ave_atom>`, `fix
:doc:ave/histo <fix_ave_histo>`, :doc:`fix ave/time <fix_ave_time>`,
:doc:`variable <variable>`, :doc:`fix ave/correlate
:doc:<fix_ave_correlate>`, `fix ave/atogrid <fix_ave_grid>`
:doc:`compute <compute>`, :doc:`fix ave/atom <fix_ave_atom>`,
:doc:`fix ave/histo <fix_ave_histo>`, :doc:`fix ave/time <fix_ave_time>`,
:doc:`variable <variable>`, :doc:`fix ave/correlate <fix_ave_correlate>`,
:doc:`fix ave/grid <fix_ave_grid>`
Default

View File

@ -344,7 +344,7 @@ void FixWall::post_force(int vflag)
v_init(vflag);
// energy intialize.
// eflag is used to track whether wall energies have been communitcated.
// eflag is used to track whether wall energies have been communicated.
eflag = 0;
for (int m = 0; m <= nwall; m++) ewall[m] = 0.0;