Skip to content

Commit

Permalink
Merge pull request #1 from Lnaden/patch-1
Browse files Browse the repository at this point in the history
Fix final exercise example
  • Loading branch information
janash authored May 14, 2024
2 parents d78a2ee + 469fd18 commit c0ce5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ for i in range(nsteps):
# Send the forces to LAMMPS
mdi.MDI_Send_Command(">FORCES", lammps)
mdi.MDI_Send(ani_forces, lammps)
mdi.MDI_Send(ani_forces, 3 * natoms, mdi.MDI_DOUBLE, lammps)
:::
```
Expand Down

0 comments on commit c0ce5a9

Please sign in to comment.