whitespace

This commit is contained in:
Axel Kohlmeyer
2022-12-30 09:53:48 -05:00
parent 09d743b8f1
commit c6b73dc710
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ or
.. code-block:: bash
#!/usr/bin/env python
where the path in the first case needs to point to where you have Python
installed (the second option is workaround for when this may change),
and that you have made the script file executable:

View File

@ -1149,7 +1149,7 @@ For illustration purposes below is a part of the Tcl example script.
lammps_command $lmp "region box block -5 5 -5 5 -5 5"
lammps_command $lmp "create_box 1 box"
lammps_command $lmp "create_atoms 1 box"
set dt [doublep_value [voidp_to_doublep [lammps_extract_global $lmp dt]]]
puts "LAMMPS version $ver"
puts [format "Number of created atoms: %g" [lammps_get_natoms $lmp]]