whitespace
This commit is contained in:
@ -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:
|
||||
|
||||
@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user