temporarily comment out code that breaks compilation

This commit is contained in:
Axel Kohlmeyer
2022-09-25 16:58:47 -04:00
parent e1bc3a4ade
commit 23b15ac4ca

View File

@ -215,8 +215,8 @@ void PairPACEExtrapolation::compute(int eflag, int vflag)
// 'compute_atom' will update the `ace->e_atom` and `ace->neighbours_forces(jj, alpha)` arrays and max_gamma_grade
if (flag_compute_extrapolation_grade) {
extrapolation_grade_gamma[i] = aceimpl->ace->max_gamma_grade;
;
//FIXME: need an updated PACE library URL since this currently fails compiling
// extrapolation_grade_gamma[i] = aceimpl->ace->max_gamma_grade;
}
Array2D<DOUBLE_TYPE> &neighbours_forces =