Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
abkein committed Jan 11, 2025
1 parent b7fadcc commit ad2cb41
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/fix_cluster_crush_delete.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -650,12 +650,8 @@ void FixClusterCrushDelete::check_coord_diff(const double* const newcoord, int n

/* ---------------------------------------------------------------------- */

void FixClusterCrushDelete::create_atom(const double* const _coord, bigint tag) noexcept
void FixClusterCrushDelete::create_atom(const double* const coord, bigint tag) noexcept
{
double coord[3];
coord[0] = _coord[0];
coord[1] = _coord[1];
coord[2] = _coord[2];
atom->avec->create_atom(ntype, coord);
int n = atom->nlocal - 1;
atom->tag[n] = tag;
Expand Down

0 comments on commit ad2cb41

Please sign in to comment.