diff --git a/source/api_cc/include/DeepPot.h b/source/api_cc/include/DeepPot.h index 08de431587..efc38df686 100644 --- a/source/api_cc/include/DeepPot.h +++ b/source/api_cc/include/DeepPot.h @@ -629,7 +629,7 @@ class DeepPotModelDevi { const std::vector& file_contents = std::vector()); -/** + /** * @brief Evaluate the energy, force and virial by using these DP models. * @param[out] all_ener The system energies of all models. * @param[out] all_force The forces on each atom of all models. @@ -658,7 +658,7 @@ class DeepPotModelDevi { const std::vector& box, const std::vector& fparam = std::vector(), const std::vector& aparam = std::vector()); - + /** * @brief Evaluate the energy, force and virial by using these DP models. * @param[out] all_ener The system energies of all models.