Skip to content

Commit

Permalink
Fix exercise solution
Browse files Browse the repository at this point in the history
  • Loading branch information
janash committed May 8, 2024
1 parent e0c56b2 commit e714cf4
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 @@ -351,7 +351,7 @@ The command to get the box vectors is `<CELL`. You expect this to contain 9 valu
:::{code-block} python
# Get the box size from LAMMPS
mdi.MDI_Send_Command("<CELL", lammps)
box_vects = mdi.MDI_Recv(9, lammps)
box_vects = mdi.MDI_Recv(9, mdi.MDI_DOUBLE, lammps)
print(f"The box size is {box_vects}.")
:::
Expand Down

0 comments on commit e714cf4

Please sign in to comment.