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

@ -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;