c-library functions should be always present, documented, and lowercase

This commit is contained in:
Axel Kohlmeyer
2022-09-24 03:07:24 -04:00
parent 8ad478697e
commit 49a3be17cb
4 changed files with 33 additions and 8 deletions

View File

@ -58,7 +58,7 @@ def activate_mliappy(lmp):
try:
library = lmp.lib
module_names = ["mliap_model_python_couple", "mliap_unified_couple"]
api_version = library.lammps_PYTHON_API_VERSION()
api_version = library.lammps_python_api_version()
for module_name in module_names:
# Make Machinery