make names of custom data functions consistent

This commit is contained in:
Axel Kohlmeyer
2020-10-19 01:00:31 -04:00
parent f74203fb33
commit 5a70ee8a40
6 changed files with 17 additions and 9 deletions

View File

@ -14,6 +14,7 @@ Rubylammps.lammps_command(lmp, "create_atoms 1 box")
print("LAMMPS version ", ver, "\n")
print("Number of created atoms: ", Rubylammps.lammps_get_natoms(lmp), "\n")
print("Current size of timestep: ", Rubylammps.double_p_value(Rubylammps.void_p_to_double_p(Rubylammps.lammps_extract_global(lmp,"dt"))), "\n")
Rubylammps.lammps_close(lmp)
EOF