Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 5, 2024
1 parent c85c38c commit 0927738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/api_cc/include/DeepPot.h
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ class DeepPotModelDevi {
const std::vector<std::string>& file_contents =
std::vector<std::string>());

/**
/**
* @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.
Expand Down Expand Up @@ -658,7 +658,7 @@ class DeepPotModelDevi {
const std::vector<VALUETYPE>& box,
const std::vector<VALUETYPE>& fparam = std::vector<VALUETYPE>(),
const std::vector<VALUETYPE>& aparam = std::vector<VALUETYPE>());

/**
* @brief Evaluate the energy, force and virial by using these DP models.
* @param[out] all_ener The system energies of all models.
Expand Down

0 comments on commit 0927738

Please sign in to comment.