Skip to content

Commit

Permalink
delete unused assert
Browse files Browse the repository at this point in the history
  • Loading branch information
CaRoLZhangxy committed May 5, 2024
1 parent 0ba7e6a commit b21fd63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/lmp/pair_deepmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ void PairDeepMD::compute(int eflag, int vflag) {
"centroid/stress/atom command for 9-element atomic virial.");
}
bool do_ghost = true;
assert(sizeof(MPI_Comm) == sizeof(int));
// dpa2 communication
commdata_ = (CommBrickDeepMD *)comm;
double **x = atom->x;
Expand Down

0 comments on commit b21fd63

Please sign in to comment.