Skip to content

Commit

Permalink
do not seed for default velocity
Browse files Browse the repository at this point in the history
  • Loading branch information
brucefan1983 committed Aug 2, 2024
1 parent 350734b commit 5e5140c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main_gpumd/run.cu
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Run::Run()
atom.cpu_position_per_atom,
atom.cpu_velocity_per_atom,
atom.velocity_per_atom,
true,
false,
123);
if (has_velocity_in_xyz) {
printf("Initialized velocities with data in model.xyz.\n");
Expand Down

0 comments on commit 5e5140c

Please sign in to comment.