Skip to content

Commit

Permalink
Update verlet.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Zjhjunhao authored May 29, 2024
1 parent d4347af commit fa00ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/module_md/verlet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ void Verlet::restart(const std::string& global_readin_dir)
return;
}

void Verlert::anderson_set_vel(void)
void Verlet::anderson_set_vel(void)
{
double deviation;
for (int i = 0; i < ucell.nat; ++i)
Expand Down

0 comments on commit fa00ca2

Please sign in to comment.