From 593bf81379a7afb64f2d77dd3060d5292feae351 Mon Sep 17 00:00:00 2001 From: Duo <50307526+iProzd@users.noreply.github.com> Date: Wed, 16 Oct 2024 00:10:24 +0800 Subject: [PATCH] Update c_api.h --- source/api_c/include/c_api.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/api_c/include/c_api.h b/source/api_c/include/c_api.h index 7b00c3aa1a..7794e553d3 100644 --- a/source/api_c/include/c_api.h +++ b/source/api_c/include/c_api.h @@ -514,14 +514,14 @@ extern void DP_DeepPotComputeNListf2SP(DP_DeepPot* dp, * @param[in] dp The DP to use. * @param[in] nframes The number of frames. * @param[in] natoms The number of atoms. - * @param[in] coord The coordinates of atoms. The array should be of size - *natoms x 3. - * @param[in] atype The atom types. The array should contain nframes x - *natoms ints. - * @param[in] box The cell of the region. The array should be of size 9. - *Pass NULL if pbc is not used. - * @param[in] fparam The frame parameters. The array can be of size nframes - *x dim_fparam. + * @param[in] coord The coordinates of atoms. The array should be of size natoms + *x 3. + * @param[in] atype The atom types. The array should contain nframes x natoms + *ints. + * @param[in] box The cell of the region. The array should be of size 9. Pass + *NULL if pbc is not used. + * @param[in] fparam The frame parameters. The array can be of size nframes x + *dim_fparam. * @param[in] aparam The atom parameters. The array can be of size nframes x *dim_aparam. * @param[out] energy Output energy.