correct reference to function
This commit is contained in:
@ -668,7 +668,7 @@ class lammps(object):
|
|||||||
def version(self):
|
def version(self):
|
||||||
"""Return a numerical representation of the LAMMPS version in use.
|
"""Return a numerical representation of the LAMMPS version in use.
|
||||||
|
|
||||||
This is a wrapper around the :cpp:func:`lammps_close` function of the C-library interface.
|
This is a wrapper around the :cpp:func:`lammps_version` function of the C-library interface.
|
||||||
|
|
||||||
:return: version number
|
:return: version number
|
||||||
:rtype: int
|
:rtype: int
|
||||||
|
|||||||
Reference in New Issue
Block a user