fix typos
This commit is contained in:
@ -541,10 +541,10 @@ Restrictions
|
|||||||
Related commands
|
Related commands
|
||||||
""""""""""""""""
|
""""""""""""""""
|
||||||
|
|
||||||
:doc:`compute <compute>`, :doc:`fix ave/atom <fix_ave_atom>`, `fix
|
:doc:`compute <compute>`, :doc:`fix ave/atom <fix_ave_atom>`,
|
||||||
:doc:ave/histo <fix_ave_histo>`, :doc:`fix ave/time <fix_ave_time>`,
|
:doc:`fix ave/histo <fix_ave_histo>`, :doc:`fix ave/time <fix_ave_time>`,
|
||||||
:doc:`variable <variable>`, :doc:`fix ave/correlate
|
:doc:`variable <variable>`, :doc:`fix ave/correlate <fix_ave_correlate>`,
|
||||||
:doc:<fix_ave_correlate>`, `fix ave/atogrid <fix_ave_grid>`
|
:doc:`fix ave/grid <fix_ave_grid>`
|
||||||
|
|
||||||
|
|
||||||
Default
|
Default
|
||||||
|
|||||||
@ -344,7 +344,7 @@ void FixWall::post_force(int vflag)
|
|||||||
v_init(vflag);
|
v_init(vflag);
|
||||||
|
|
||||||
// energy intialize.
|
// 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;
|
eflag = 0;
|
||||||
for (int m = 0; m <= nwall; m++) ewall[m] = 0.0;
|
for (int m = 0; m <= nwall; m++) ewall[m] = 0.0;
|
||||||
|
|||||||
Reference in New Issue
Block a user