update ATC library for minimum image API change

This commit is contained in:
Axel Kohlmeyer
2025-05-31 03:18:42 -04:00
parent b05f5f8e3a
commit 5ea7bec083

View File

@ -561,7 +561,7 @@ bool LammpsInterface::region_bounds(const char * regionName,
}
void LammpsInterface::minimum_image(double & dx, double & dy, double & dz) const {
lammps_->domain->minimum_image(dx,dy,dz);
lammps_->domain->minimum_image(FLERR,dx,dy,dz);
}
void LammpsInterface::closest_image(const double * const xi, const double * const xj, double * const xjImage) const {